Property | Description |
|---|---|
Connection | Name of the source connection. |
Object Type | Type of the source object. Select one of the following object types:
Default is Single Object. |
Object | Name of the source object for the mapping. You can specify a custom query for a source object. |
Parameter | This property appears only if you select parameter as the object type. A placeholder to dynamically assign values at run time for the source object without the requirement to edit the task. Select an existing parameter for the source object or click New Parameter to define a new parameter for the source object. To overwrite the parameter at run time, select the Allow parameter to be overridden at run time option. |
Filter | Adds conditions to filter records. Configure a simple or an advanced filter. You cannot use the LIMIT clause in an advanced filter. To limit the number of rows, specify the row limit in the advanced source properties. |
Sort | Not applicable for a Salesforce connection. |
Include archived and deleted rows in the source | Includes archived and deleted source rows. By default, the agent returns active rows. |
Advanced Property | Description |
|---|---|
Row Limit | The maximum number of rows the agent processes. Select All Rows to process all records, or Specify number of rows to process specific number of rows. |
Salesforce API | Salesforce API to read source data. Select one of the following options:
You must use an OAuth connection if you select the Bulk API 2.0 option to read data. |
Enable PK Chunking | Select to enable the primary key chunking. When you enable primary key chunking, the Bulk API splits the data set into multiple chunks based on the record ID and creates extract queries for each chunk. Doesn't apply to Salesforce Bulk API 2.0. |
PK Chunking Size | The size of data in a chunk or batch size. For example, if you want to upload a 10 MB file, you can upload the file in fragments, that is, 1MB at a time. When you mention 1MB as the chunk size,1 MB of data is transferred at a time until the complete transfer takes place. |
PK Chunking startRow ID | The row ID from where the chunking starts. |
SOQL Filter Condition | SOQL condition to filter source data. You cannot use the LIMIT clause in the filter condition. To limit the number of rows, specify the row limit in the advanced source properties. If you configure the filter under Salesforce source properties as well as the SOQL Filter Condition, then the SOQL Filter Condition overrides the filter under Salesforce source properties. |
Maximum Rows Per Request | The maximum number of records to retrieve per set of results for the query. The request is still subject to the size limits. Default is 0. Applies to Salesforce Bulk API 2.0 only. |
Tracing Level | Amount of detail that appears in the log for this transformation. You can choose terse, normal, verbose initialization, or verbose data. Default is normal. |


Property | Description |
|---|---|
Connection | Name of the lookup connection. |
Object Type | Type of the lookup object. Select one of the following object types:
Default is Single Object. |
Lookup Object | Name of the lookup object for the mapping. |
Parameter | This property appears only if you select parameter as the object type. A placeholder to dynamically assign values at run time for the lookup object without the requirement to edit the task. Select an existing parameter for the lookup object or click New Parameter to define a new parameter for the lookup object. To overwrite the parameter at run time, select the Allow parameter to be overridden at run time option. |
Multiple Matches | Behavior when the lookup condition returns multiple matches. You can return first row, last row, any row, all rows, or report an error. If you choose all rows and there are multiple matches, the Lookup transformation is an active transformation. If you choose any row, the first row, or the last row and there are multiple matches, the Lookup transformation is a passive transformation. |