I have a sublist that has 3 fields: Quantity, Weig...
# suitescript
p
I have a sublist that has 3 fields: Quantity, Weight per piece and Total Weight. I am trying to have the total weight field update any time there is a change to either the quantity or the weight per piece. Is this something that
sublistChanged
can help me with? I do see from the SA example that I can update a field on the transaction if there is a change but am not sure if I can update a field in the sublist itself when there is a change.
c
field change is what you want
p
thanks @creece. Will try that.