You are here:
sfdcDigest Parameters
When you define an sfdcDigest transformation, you set the action attribute to sfdcDigest and specify the parameters for the object and fields
that you want to extract. Optionally, you can also specify parameters to filter the records
extracted from the Salesforce object.
Parameters
You can specify parameters in the following sections of the sfdcDigest node: parameters, fields, and filterConditions.
This table describes the parameters in the parameters
section.
Field Attributes
The following table describes the attributes in the fields section. It also describes optional attributes that you can provide to
override the field metadata. You can override the metadata that the sfdcDigest
Transformation transformation extracts from a Salesforce object to make the data appear
differently in a dataset. For example, CRM Analytics can add a default value to records that
have missing values for a field. If you don’t override the values, CRM Analytics gets the
values from Salesforce.
Filter Conditions Parameters
The following table describes the structured filter parameters in the filterConditions section. These parameters do not apply to
advanced filters.
| Parameter | Required? | Value |
|---|---|---|
| field | No | The field in the Salesforce object on which you want to apply a filter condition. Each filter condition in a structured filter uses the following syntax: |
| operator | No | The purpose depends on the context.
In the example below, the bold |
| value | No | The value used in a filter condition. |
| isQuoted | No | Indicates whether you quoted the string value in a filter condition. Example with quoted values: Example with non-quoted values: If you don’t include isQuoted for a filter on a string value, CRM Analytics assumes that the string value is not quoted and adds the quotes for you. |
| conditions | No | Use to specify a logical operator to link multiple filter conditions together. |

