Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 c# 中使用 QBFC COM 组件从 Quickbook 中仅获取修改和删除的记录。
每个单独的实体类型都有自己的修改日期过滤器。例如,CustomerQuery有ORCustomerListQuery.CustomerListFilter.FromModifiedDate和ORCustomerListQuery.CustomerListFilter.ToModifiedDate。您将在每个实体类型和每个事务类型的查询消息中找到此模式。
CustomerQuery
ORCustomerListQuery.CustomerListFilter.FromModifiedDate
ORCustomerListQuery.CustomerListFilter.ToModifiedDate
对于已删除的记录,请使用ListDeletedQuery实体和TxnDeletedQuery事务。
ListDeletedQuery
TxnDeletedQuery