Closed clement911 closed 3 years ago
Default maxreuslts for any query is 100
QueryService
Queries like below have startposition and maxresults passed in the query and your code is already aware of the values. Invoice inn1 = in1.ExecuteIdsQuery("Select * From Invoice where Id='27' StartPosition 1 MaxResults 1").First();
For the time, you can use the current time for query run as a workaround.
For the CDC issue, please log the request and response and report this to support via developer.intuit.com->?(help)
In light of the issues and limitations we've reported, we've decided to create a new open source .NET SDK for QBO.
@clement911 cool! Can you share here the repo url?
@Megaventory sure I will let you know when we publish it on GitHub
Thanks for the upcoming contribution to community @clement911
@Megaventory we published our first nuget version of our QBO .Net SDK.
@clement911 great!
That is an awesome turnaround @clement911 . Thanks for your contribution.
Thanks 😀 Feel free to list it in the docs as an unofficial .net sdk
Fixed in 14.6.1 release
Calling CDC I get some entities back with a status of DELETED even though the entities were just updated!
Also, how do we get the maxResults and startPostion property, in case we need to know we have to paginate because the results contain more than 1,000 entities?
Also, how do we get the time property?