Join Slack
Powered by
another option is to use the `concat` method on an...
# suitescript
m
mtsb
08/30/2019, 8:23 PM
another option is to use the
concat
method on an array to merge the results whether or not the return value is an array. something like
Copy code
var myMultiSelectArray = [].concat(rec.getFieldValue('mymultiselectfield'))
4
Views
Open in Slack
Previous
Next