https://netsuiteprofessionals.com logo
p

prem kumar

04/12/2022, 4:08 AM
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

battk

04/12/2022, 4:16 AM
Record.getSublistValue on every line until you find all your values
p

prem kumar

04/12/2022, 4:18 AM
Thank you👍👍