Anyone know how to make a multiselect field empty ...
# administration
a
Anyone know how to make a multiselect field empty in copy mode through Suitescript? I tried the below once, but it is not working. invoiceRecord.setValue({ fieldId: 'custbody_related_je', value: []});