I’m trying to loop through the Item sublist on a Sales Order inside a fieldChanged function in a client script and change 1 field on each line. However, because the currentRecord module only has the setCurrentSublistValue method, I’m not sure how to accomplish this. Normally I would use a for loop based on the line count and then setSublistValue() using I for the line, but that’s not possible here. How would I accomplish this?