Hi I am having trouble with clearing a multi selec...
# suitescript
r
Hi I am having trouble with clearing a multi select of records, I want to clear it on a user event before load if the type is a copy, the setvalue is not clearing the old value
d
What did you try setting the value to?
r
I tried '', [], null, undefined
d
Do you mind to share the code that is not working as expected?
r
Copy code
newRecord.setValue({fieldId: 'custbody_developer_from_estimate', value: ''})
r
Thanks
y
Try to use setValues and still not working then use client script pageinit.