Hi all, is there a way for me to pull existing fie...
# suitescript
k
Hi all, is there a way for me to pull existing field value the user set in suitelet form without triggering post?
e
Nope you can't return the value of what the user entered in a suitelet without doing a POST. Also you need to use quotes in your 'searchorder("' + currentstartdate + '")' call
m
Why can't you read the field in a client script?
💯 2