ArchiveMode
Boolean indicating whether to include deleted and archived records with a standard SELECT query.
Data Type
bool
Default Value
false
Remarks
By default, Salesforce will only return non-deleted and unarchived records from a SELECT query. With this property set to True, the adapter will use the queryAll endpoint which will return records that are marked as deleted or archived as well as the normal records.