<@U7A0KGURX> I would be curious to find out the di...
# suitescript
e
@alien4u I would be curious to find out the difference, if any, in
getAllResults
if you moved the
run()
call out of the loop. Instead of
Copy code
// ...
do {
  results = osearch.run().getRange(...);
// ...