Customer 360 for Salesforce
- Customer 360 for Salesforce Spring 2018
- All Products
(<Filter 1> [<Operator> <Filter 2>] )
Parameter
| Description
|
---|---|
Filter 1
| Filter criteria to identify the records that you want the batch job to process.
For example,
DS_Last_Updated__c > 2014-12-314T05:42:14+0000 |
Filter 2
| Optional. Additional filter criteria to identify the records that you want the batch job to process.
For example,
DS_company__c='INFA' .
|
Operator
| Required if you use more than one filter criteria. Logical operator
AND .
For example,
(DS_Last_Updated__c > 2014-12-314T05:42:14+0000 AND DS_company__c='INFA') |