https://netsuiteprofessionals.com logo
e

erictgrubaugh

02/21/2018, 4:23 PM
@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(...);
// ...