Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suiteql pagination with 'next_link' example and getting more than 100,000 records #42

Open
phillem15 opened this issue Jul 14, 2022 · 2 comments

Comments

@phillem15
Copy link

Hello, I was wondering if you could provide an example for how you would perform pagination in suiteql where the max limit is 1000 and a 'next_link' url is provided? It appears in the _request and _request_impl functions, you are using the _make_url function to generate the url for the request, but this does not appear to allow for a different url or subpath to be passed? Unless I am missing something.

Assuming pagination is handled, there is also the issue of only being able to return 100,000 records in a single POST request. Do you have any suggestions for working around this using your sdk?

Thank you in advance!

@mobileWMS
Copy link

Same question for me. I am still trying to install it, so have not gotten this far yet, but I will need to know how to do this.

@kelvinkrisna
Copy link

100,000 records is a NetSuite Limitation to SuiteQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants