If sales order has 10 items..if we have 3 same ite...
# suitescript
p
If sales order has 10 items..if we have 3 same items(duplicates) by using find sublistId we can only return single item.. How can we find the remaining same items.. what is the best solution for it?
b
Record.getSublistValue on every line until you find all your values
p
Thank you👍👍