Salesforce Emitter

Salesforce as a target is supported by Gathr.

Salesforce Emitter Configuration

To add a Salesforce emitter to your pipeline, drag the emitter onto the canvas and connect it to a Data Source or processor. Right-click on the emitter to configure it as explained below:

FieldDescription
Connection NameConnections are the service identifiers.
A connection name can be selected from the list if you have created and saved connection details for Salesforce earlier.
Table NameExisting table name of the specific Salesforce account should be selected.
Save ModeSave Mode is used to specify the expected behavior of saving data to the target relational database table.
Append: When persisting data, if data/table already exists, contents of the Schema are expected to be appended to existing data.
Update: When persisting data, if data/table already exists, existing data is expected to be updated by the contents of the Data with additional option as specified in the Update Type option below.

If Save Mode field is selected with Update option, additional field will be displayed as given below:

External ID FieldA field for upsert operation should be selected.

Additionally, there is an option to create new custom Salesforce object.

Create TableCheck mark this option if you want to create a custom object in Salesforce.

If Create Table field is selected, additional fields will be displayed as given below:

Replace TableOption to delete and create a new custom Salesforce object.
Table NameThe table name provided here will be used in tabs, page layouts and reports.
Record Name FieldThe record name field appears in the page layouts, key lists, related lists, lookups and search results.
For example: The record name for Account is “Account Name” and for Case it is “Case Number”.
Data TypeData type should be selected for the record name field.
Add ColumnOption to add columns by providing Field Name and selecting Data Type and Default Value.
Save ModeSave Mode is used to specify the expected behavior of saving data to the target relational database table.
Append: When persisting data, if data/table already exists, contents of the Schema are expected to be appended to existing data.
Update: When persisting data, if data/table already exists, existing data is expected to be updated by the contents of the Data with additional option as specified in the Update Type option below.

If Save Mode field is selected with Update option, additional field will be displayed as given below:

External ID FieldA field for upsert operation should be selected.
ADD CONFIGURATIONEnables to configure additional custom properties.

Click on the Next button. Enter the notes in the space provided.

Click on the Done button for saving the configuration.

Top