Devart Salesforce Destination component loads data into Salesforce objects. It has the following custom properties:
Property |
Description |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Action |
A DML operation to apply to the target object. Default value is Insert. The following values are supported:
|
||||||||||
AssignmentRuleId |
The id of a Salesforce assignment rule that will be used when inserting data to Salesforce via this destination. If set, this rule is applied regardless of the connection's Use Assignment Rules parameter. |
||||||||||
BatchSize |
The maximal number of records to send as one batch to the server when performing an Insert operation. Not supported for some Salesforce objects. Default value is 5000. Actually the maximal volume of data to load in one batch is limited by two properties - BatchSize and BufferSize. Of these two limitations that one takes effect, the value of which is reached first. |
||||||||||
BufferSize |
The maximal size of a data packet sent to the server. Default value is 10485760. Actually the maximal volume of data to load in one batch is limited by two properties - BatchSize and BufferSize. Of these two limitations that one takes effect, the value of which is reached first. |
||||||||||
ObjectName |
The name of an Salesforce object to load data into. |
||||||||||
ParallelBatchProcessing |
Determines, whether the batches associated with a bulk load operation are processed by Salesforce in parallel or one-by-one. |
||||||||||
UseBulkApi |
Determines, whether to use Salesforce Bulk API or SOAP API. |