I have a client script (SS 2.0) that detects the `...
# suitescript
s
I have a client script (SS 2.0) that detects the
fieldChanged
event. How can I access the object being changed. For example; if a MULTISELECT is changed I want to get that widget so I can call
myMultiSelect.getSelectOptions();
?