Hello, I am looking for popular 3rd party librarie...
# suitescript
u
Hello, I am looking for popular 3rd party libraries for SuiteScript 2.0.
c
What functions are you looking for?
u
Functions like getting all results from saved searches, without doing the do while everytime.
r
Do while? The documentation recommends Search.run().each() or Search.runPaged().
u
welp .each has a limit of 4k results only. To counter that limitation we do .gatRange in a do while and store all the results in an array.