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.
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.