Hello, is it possible to use the fieldchanged func...
# suitescript
p
Hello, is it possible to use the fieldchanged function in a script when a multi-select field is updated? I am looking to track changes against the subsidiary field for a department. thank you
b
fieldChanged works on multi select fields
client scripts dornt support department records
p
what do you think would be the best way to track if a subsidiary is added or deleted on a department record? could you compare the old and new values of the subsidiary multi-select?
b
user event script that uses
scriptContext.oldRecord
p
thanks