Join Slack
Powered by
how can I set value to be empty based on another f...
# suitescript
p
pen one
09/21/2020, 7:37 PM
how can I set value to be empty based on another field value? I though that the following would work but it is not:
recCurrent.setValue({ fieldId: 'custbody_final_delivery_address', value: null})
n
Nihal Mulani
09/22/2020, 3:00 PM
Try value:""
3
Views
Open in Slack
Previous
Next