The maximum number of results in a ResultSet objec...
# suitescript
b
The maximum number of results in a ResultSet object is 5000. If a query matches more than 5000 results, you must use Query.runPaged() or Query.runPaged.promise() to retrieve the full set of results.
s
hmm, I looked though those docs but didn't see it. Thanks