You get the current record and the field ID passed...
# suitescript
e
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
});