Jump to content
Server Maintenance This Week. ×

Quickbooks Online Plug-in - 500 record limit?!?


This topic is 947 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Query on the customer table returns 500 results.  I want to pull all 9000+

I do not find anything in the documentation that discusses how to do this, please advise.

 

Link to comment
Share on other sites

Please refer to page 54 in the link: https://www.productivecomputing.com/documents/FM_Books_Connector_Online/Developers_Guide_FM_BooksConnectorOnline.pdf

Example shows pulling active customers 10 at a time, but it can be adjusted, But due to Intuit's limits on bandwidth and data throttling you can not pull more than 500 records in a single request.

Link to comment
Share on other sites

Thank you!

I was able to use your example and move the start position of the query.

So instead of 10 at a time, I gather all 500, then reset the start position to 501

I keep my max results at 500.  At the end of the first loop, I check for start position vs. 500

if they agree, I add another 500 to max results, and loop around again for the next 500

At the end of the second loop, I compare the start position to the results of the query of the customer count

if position vs. customer count agree, exit the loop

Ran it and it imported all 6683 active customers.

 

Link to comment
Share on other sites

This topic is 947 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.