Versions Compared

Key

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

On this page

...

You can use this Snap to add new Salesforce records in bulk to Salesforce.comIn Bulk API mode, the Snap processes the records in batches; whereas in REST API mode, the Snap creates Salesforce objects and returns results synchronously.

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 one Salesforce record.


OutputDocument
  • Min: 0
  • Max: 1
  • JSON Formatter and 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 Snap. Update the Snap name if there are two or more Snaps of the same type in your Pipeline.

Default ValueSalesforce Bulk Create
ExampleSalesforce Bulk Create

Service Version*

Integer

Multiexcerpt include macro
nameME_Service_Version
pageSalesforce Batch Create

Object type

Specify the version number associated with the Salesforce service that you want to connect to. Alternatively, click the Suggestion Image Added icon to fetch the list of versions and select the desired version.

Default Value52.0 
Example41.0

Object Type*String

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

Default ValueAccount
ExampleAccount

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
ExampleAccount

Related external External IDString

Enter or select an external ID of the selected 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
ExampleAccountNumber__c

Polling intervalInterval*Integer

Define polling interval in seconds.

Default Value: N/A
Example5

Polling timeoutTimeout*Integer

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

Default Value: N/A
Example300

Maximum retry attemptsRetry AttemptsInteger

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

Default Value: N/A
Example5

Retry interval Interval (seconds)Integer

Define the interval between retries in seconds.

Default Value: N/A
Example3

Snap ExecutionString

Select one of the three modes in which the Snap executes. Available options are:

  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.
  • Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default ValueExecute only
ExampleValidate & Execute

Insert excerpt
Salesforce Batch Create
Salesforce Batch Create
nopaneltrue

...

This example demonstrates how you can create a new bulk record in a Salesforce object.

The JSON Generator Snap generates five new JSON documents. The output from the Snap displays the names of the documents and customized serial numbers.

The following images display the Snap configuration and output: 
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 Create Snap adds new documents to Salesforce.comThe output from the Snap displays the new document names, ID, and customized serial numbers. The following images display the Snap configuration and output: 

Image Modified

Downloads

Attachments
patterns*.slp, *.zip

...