Salesforce Bulk Update
In this article
Overview
You can use this Snap to uupdate object records in Salesforce object records using Salesforce using Bulk API 2.0.
- The ID field is required. This Snap will update records only by record ID and not by its external ID.
- To use newer Salesforce objects, use the latest API versions where those objects are available.
Prerequisites
None.
Support for Ultra Pipelines
Works in Ultra Pipelines.
In Ultra Pipelines, set the Batch Size as 1 for the Snap to process one document/record at a time.
Limitations
- This Snap performs batch processing, that is, a batch of input documents are processed for each HTTP request sent to Salesforce. Values of all the expression-enabled fields must remain constant during the Snap execution or validation. Hence, all expression fields can support Pipeline parameters only when they are expression-enabled. The input data parameters are not supported for expression fields, for example, $serviceVersion.
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
| Mapper | Each document contains Map data for an object ID, a record ID and key-value pairs for fields to be updated |
Output | Document |
| JSON Formatter + File Writer | Produces documents in the view. |
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. Because of the potentially large size of the error messages, the |
Snap Settings
Field Name | Field Type | Description |
---|---|---|
Label* Default Value: Salesforce Bulk Update | String | Specify a unique name for the Snap. |
Service Version*
| String/Expression/Suggestion | Specify the version number associated with the Salesforce service you want to connect to. Alternatively, click the Suggestion icon to fetch the |