Description:

Processor to create Salesforce new records. You can supply the required values in their field to create a new record in the given Salesforce account.

Tags:

Salesforce, sobject, create, record

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the Expression Language Guide.

Name

Default Value

Allowable Values

Description

Salesforce Authentication Service

Controller Service API:

SalesforceAuthenticationService
The Controller Service that is used to obtain connection to Salesforce

Salesforce Object Name

Represents the object name in user;s Salesforce account Supports Expression Language: true

Request body message

Requested to give "Name" in the key value and any name in the value field to create a record in the account. The value must be given in JSON Supports Expression Language: true

Relationships:

Name

Description

Failure If this processor has not able to create a record in Salesforce account, the relationship is fall into failure.
Success If this processor has able to create a record in Salesforce account for requested name, the relationship is fall into failure.

Reads Attributes:

None specified.

Writes Attributes:

None specified.

How to create Salesforce record using Data Integration Platform?

In Data Integration Platform use “CreateSalesforceRecord” Processor to create the Salesforce record in required object. Here is the overview image for “CreateSalesforceRecord” processor with success relationship.

Step 1: Drag “CreateSalesforceRecord” processor in canvas page and pair with success relationship. If data is sent to destination or queued successfully, its moves into success relationship.

Step 2: Processors shows the default controller service as Salesforce Authentication service. You must fill the value of required properties appear in bold. Other properties (not in bold) are considered optional. Enter the value for requested body message in JSON format as shown in example.

Step 3: Once job is success and it has able to create a new record in object, the relationship is fall into success.