Join Slack
Powered by
How can I set multiple values on a Multiselect fie...
# suitescript
r
reptar
11/09/2023, 9:42 PM
How can I set multiple values on a Multiselect field using SuiteScript?
e
erictgrubaugh
11/09/2023, 9:51 PM
With an Array of IDs for the values you want to select
Copy code
rec.setValue({fieldId: theFieldId, value: [1,3]})
thankyou
1
2
Views
Open in Slack
Previous
Next