Hello team, I have a client script that selects records from a sublist to match a total amount from a body field. So, I use a loop on the sublist with getSublistValue, get the sublist line amount, and if it is less than the accumulated total, I select the record. This works okay, but my question is related to the “sorting” of the sublist. Since the user is able to sort the sublist based on different columns, I would like to loop thru the sublist in the current order shown, not based on the line id. Any ideas on how to accomplish this?