ArchiveMode
Boolean indicating whether to include deleted records with a standard SELECT query.
Syntax
property ArchiveMode: Boolean;
Data Type
Boolean
Default Value
false
Remarks
By default, QuickBooks Online will only return non-deleted records from a SELECT query. With this property set to True, the component will return records that are marked as deleted as well as the normal records. It's applicable for the following tables Accounts, Customers, items, Employees, Departments, Class, and PaymentMethods.