문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top