#rookie here, when I change the value of a sublist...
# suitescript
c
#rookie here, when I change the value of a sublist field (changed not yet saved), on a ClientScript, the event triggered is
fieldChanged
,
sublistChanged
or both?
✔️ 1
b
fieldChanged
c
So I guess I should check if the fieldChanged id is the one that I'm looking for?
b
Yes. Very important to do so generally
c
tyvm