eminero
08/21/2025, 9:08 PMCeligo AI
08/21/2025, 9:08 PMAI generated answer (using internal Slack threads):To set multiple values on a Multiselect field using SuiteScript 2.1, you can use an array of IDs for the values you want to select. Here is an example:
javascript
rec.setValue({
fieldId: theFieldId,
value: [1,3]
})
Please note that the array should contain the internal IDs of the values you want to select.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
08/21/2025, 9:08 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.853366852
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831895292
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829684675
Celigo AI
08/21/2025, 9:08 PM