Property | Description |
---|---|
Source Connection | Name of the source connection. |
Objects to Replicate | Source objects that you can replicate. Select All Objects, Include Objects, or Exclude Objects. Note: For Salesforce, only Salesforce objects that can be queried display in the Available Objects area. If an object does not appear, contact the Salesforce administrator. |
If an error occurs while processing an object: | Terminates or continues processing of an object if an error occurs. |
Display technical names instead of labels | Displays technical names instead of business names. |
Include archived and deleted rows in the source | Includes archived and deleted rows in the source. By default, the agent returns active rows. |
Advanced Salesforce Property | Description |
---|---|
High Precision Calculations | Enables the processing of data with a precision up to 28 in Salesforce calculated fields. Select True to enable high precision calculations. Default is False. |
Maximum Base64 Body Size | Body size for base64 encoded data. Default is 7 MB. |
Use Bulk API | API used to read data from Salesforce sources. Select True to use Salesforce Bulk API to read source data. Select False to use the Salesforce standard API to read source data. Default is False. |
Enable PK Chunking | Use to extract from Salesforce sources when you use the Bulk API. Enables primary key chunking to optimize performance while replicating data from large data sets. Salesforce splits the data set into a number of chunks based on the record ID, creates multiple queries to extract data, and combines the result. Salesforce supports primary key chunking for custom objects and certain standard objects. For more information about supported objects for primary key chunking, see the Salesforce documentation. |
PK Chunking Size | The number of records in a chunk. Default is 100,000. The maximum value is 250,000. Applicable if you select Enable PK Chunking |
PK Chunking startRow ID | The record ID from which you want to chunk the data set. By default Salesforce applies chunking from the first record. Applicable if you select Enable PK Chunking. |