Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page

Table of Contents
maxLevel2
absoluteUrltrue

Overview

Use this Snap to Update object records in Salesforce.com.

Note

The ID field is required. This Snap will update records only by record ID and not by its external ID.

Prerequisites

  • None.

Support and Limitations

Note

In Ultra Pipelines, set the Batch Size as 1 for the Snap to process one document/record at a time.

Troubleshooting

None.

Snap Input and Output

Input/OutputType of ViewNumber of ViewsCompatible Upstream and Downstream SnapsDescription
Input Document
  • Min: 1
  • Max: 1
  • Mapper
This Snap has exactly one input view and receives documents in the view. Each document contains Map data for an object ID and records of field and value pairs.
OutputDocument
  • Min: 0
  • Max: 1
  • JSON Formatter + File Writer

This Snap has at most one output view and produces documents in the view.

Snap Settings

Parameter NameData TypeDescriptionDefault ValueExample 
LabelStringRequired. The name for the account. Preferably update the name if your project has more than one account of the same type.N/A

Service version

Integer

RequiredThe version number associated with the Salesforce service that you want to connect to. The expression evaluation is not supported.

41.041.0
Object typeStringRequired. This property enables you to define the name of the Salesforce object.AccountAccount
Related objectStringEnter or select a related parent object. This property does not affect the Snap operation on records in Salesforce. It is provided for the property suggestion and the input schema suggestion only.N/AAccount
Related external IDStringEnter or select an external ID of the related parent object. This property does not affect the Snap operation on records in Salesforce. It is provided for the property suggestion and the input schema suggestion only. N/AAccountNumber__c
Polling intervalIntegerRequired. Define polling interval in seconds.N/A5
Polling timeoutIntegerRequired. Define the maximum time in seconds to wait for the query to complete.N/A300
Maximum retry attemptsIntegerDefine the maximum number of retries to attempt in case of connection failure.N/A5
Retry interval (seconds)IntegerDefine the interval between retries in seconds.N/A3
Snap ExecutionString

Specifies the execution type:

  • Validate & Execute: Performs limited execution of the Snap (up to 50 records) during Pipeline validation; performs full execution of the Snap (unlimited records) during Pipeline execution.
  • Execute only: Performs full execution of the Snap during Pipeline execution; does not execute the Snap during Pipeline validation.
  • Disabled: Disables the Snap and, by extension, its downstream Snaps.

Execute onlyExecute only

Example

This example demonstrates how you can update bulk records in a Salesforce object.


The JSON Generator Snap 
generates five new JSON documents. The output from the Snap displays the names, IDs, and customized serial numbers of the documents.
The following images display the Snap configuration and output: 

Image Modified Image Modified


The Mapper Snap transforms the incoming data using the given mappings and produces new output data. The output from the Snap displays the names of the output documents and customized serial numbers. 
The following images display the Snap configuration and output:


The Salesforce Bulk Update Snap Updates Salesforce records in Salesforce.comThe output from the Snap displays the names, IDs, and customized serial numbers of the updated documentsThe following images display the Snap configuration and output: 

Image Modified 

Downloads

Attachments
patterns*.slp, *.zip

...