You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current logic:
When we reSync the data from QuickBooks we just resend the entire request for ALL desired quickbooks data unless a specific array of models is passed into the reSync method.
Desired logic:
Upon successful reSync set a new lastSynced (datetime) property on the QBWebService instance that will be used to create a query filter to request any NEW data instead of re requesting all the data.
The text was updated successfully, but these errors were encountered:
Current logic:
When we reSync the data from QuickBooks we just resend the entire request for ALL desired quickbooks data unless a specific array of models is passed into the
reSync
method.Desired logic:
Upon successful reSync set a new
lastSynced
(datetime) property on the QBWebService instance that will be used to create a query filter to request any NEW data instead of re requesting all the data.The text was updated successfully, but these errors were encountered: