Domanda

How to fetch only the modified and deleted records from the Quickbook using QBFC COM component in c#.

È stato utile?

Soluzione

Each individual entity type has it's own modified date filter. For example, the CustomerQuery has the ORCustomerListQuery.CustomerListFilter.FromModifiedDate and ORCustomerListQuery.CustomerListFilter.ToModifiedDate. You'll find this pattern in the query message for every entity type and every transaction type.

For deleted records use the ListDeletedQuery for entities and TxnDeletedQuery for transactions.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top