If I understand correctly there are different limits for total number of records available via SuiteQL depending on whether you license SuiteAnayltics Connect or not
michoel
07/24/2024, 11:46 PM
DIY pagination via ROWNUM should get around that
michoel
07/24/2024, 11:49 PM
You may get better results if you expose the data via restlet instead of directly via REST Web Services
m
Marwan
07/25/2024, 7:19 AM
Thanks, I didn't know about ROWNUM, will give it a try.