I have a SuiteQL that find 7500 records. When I lo...
# suiteql
s
I have a SuiteQL that find 7500 records. When I loop, I don't get all the records. I think that there's a limit of 5000 records. Am I right ? If so, is there's away around ?
t
Yes, you're correct with that 5,000 record limit. Here's a way to overcome the limit: https://timdietrich.me/blog/netsuite-suiteql-pagination/
s
It worked. Thanks again