Hi Folks! I’m working on an issue where there's a ...
# suitescript
l
Hi Folks! I’m working on an issue where there's a complex saved search using a group summary type. There are with 4k+ results and I need a way of stepping through all the results. One would normally do this is by filtering
[’internalidnumber’, ‘greaterthanorequalto’,lastLineOfPreviousSearch’]
. The issue with this is that there is no unique identifier for each row AFAIK. I’m just asking if there is there a way to accomplish this using a row number or index?