Join Slack
Powered by
You get the current record and the field ID passed...
# suitescript
e
erictgrubaugh
05/15/2017, 3:12 AM
You get the current record and the field ID passed in through the context, so you should be able to do something like:
Copy code
var myMultiSelect = context.currentRecord.getField({ fieldId: context.fieldId });
Open in Slack
Previous
Next