https://netsuiteprofessionals.com logo
Title
m

mg2017

08/13/2018, 7:46 PM
we should be able to set a line item value based on the value of a header value via field change, right?
c

creece

08/13/2018, 7:46 PM
yeah capture field change of the header and then you can spin through the lines and update
m

mg2017

08/13/2018, 7:48 PM
thanks, so would need to loop through the lines first?
c

creece

08/13/2018, 7:49 PM
if the body value changes, you'd capture that change event and in that change event, spin through the lines and do your updates
👍 1
if you want it client side that is