how can I set value to be empty based on another f...
# suitescript
p
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
Try value:""