Versions Compared

Key

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

On this page

Table of Contents
maxLevel2
absoluteUrltrue

...

You can use this Snap to update object records in Salesforce.

Note

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

Image RemovedImage Added

Prerequisites

None.

Support for Ultra Pipelines

Works in Ultra Pipelines.

Note

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

...

Input/OutputType of ViewNumber of ViewsExamples of 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

Field NameField TypeDescription
Label*String

Specify the name for the account. Preferably update the name if your project has more than one account of the same type.

Default Value: Salesforce Bulk Update
Example: Salesforce Bulk Update

Service versionVersion*

Integer

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

Default Value: 41.0
Example: 41.0

Object type

Multiexcerpt include macro
nameME_Service_Version
pagehttps://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439042/Salesforce+Batch+Create

Object Type*String

Specify the object type. This property enables you to define the name of the Salesforce object.

Default Value: Account
Example: Account

Related objectObjectString

Enter 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.

Default Value: N/A
Example: Account

Related external External IDString

Enter 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. 

Default Value: N/A
Example: AccountNumber__c

Polling intervalInterval*Integer

Define polling interval in seconds.

Default Value: N/A
Example: 5

Polling timeoutTimeout*Integer

Define the maximum time in seconds to wait for the query to complete.

Default Value: N/A
Example: 300

Maximum retry attemptsRetry AttemptsInteger

Define the maximum number of retries to attempt in case of connection failure.

Default Value: N/A
Example: 5

Retry interval Interval (seconds)Integer

Define the interval between retries in seconds.

Default Value: N/A
Example: 3

Snap ExecutionString

Specifies the execution typeSelect one of the three modes in which the Snap executes. Available options are:

  • Validate & Execute: Performs limited execution of the Snap (up to 50 records) , and generates a data preview during Pipeline validation; . Subsequently, performs full execution of the Snap (unlimited records) during Pipeline executionruntime.
  • Execute only: Performs full execution of the Snap during Pipeline execution ; does not execute the Snap during Pipeline validationwithout generating preview data.
  • Disabled: Disables the Snap and , by extension, its downstream Snapsall Snaps that are downstream from it.

Default Value: Execute only
Example: Validate & Execute

...

This example demonstrates how you can update records in bulk 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

...