ArchiveMode
Boolean indicating whether to include deleted and archived records with a standard SELECT query.
データ型
bool
デフォルト値
false
解説
By default, Salesforce only returns non-deleted and unarchived records from a SELECT query. With this property set to True, the connector uses the queryAll endpoint, which returns records that are marked as deleted or archived as well as the normal records.