Jared Fraley
08/23/2024, 3:52 PMCeligo AI
08/23/2024, 3:52 PMAI generated answer (using internal Slack threads):In SuiteScript, you can set multiple values on a Multiselect field by using an array of IDs for the values you want to select. Here is an example:
javascript
rec.setValue({fieldId: theFieldId, value: [1,3]})
This code sets the values of the multiselect field with the fieldId 'theFieldId' to the values with IDs 1 and 3.
******
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/23/2024, 3:52 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.860600114
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83478266
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833763659
Celigo AI
08/23/2024, 3:52 PM