This lesson will cover the following topics:

04 | Mapping
05 | Messages
07 | Advanced

01 Getting Started

This tutorial covers how to create a Salesforce Push to send data to Salesforce.

02 Configuring a Push

1. Click the Project Settings gear icon and select the Salesforce tab.

Salesforce tab in project settings menu

2. Select the Push tab and click Create New.

Create New button for Salesforce push

03 Object Settings

Using the Object dropdown. You can select the object in Salesforce that you want to push the data to. For example, a contact.

Choose the type of action that will be performed. You can choose to create, update, find, or delete data from Salesforce. For example, you want a new contact to be created.

Update, find, or delete actions require a condition to be set, the Conditions tab will be displayed automatically if conditions are required for your chosen action.

Bulk mode is useful if the action you want to carry out will affect a large set of data.

We recommend that you add a description for all your Salesforce actions for easy tracking.

Map Salesforce fields object settings tab

04 Mapping

This tab maps elements in your Titan project with corresponding Salesforce fields. For example - the text element labeled First Name in Titan to the first name field in Salesforce.

You can search for elements in your project, filter the fields, and add variables from this tab.

Map Salesforce fields mapping tab

05 Messages

You can configure custom messages to display to users. These messages include errors and loading pop-ups.

Map Salesforce fields messaging tab

06 Run Criteria

You can create conditions to only run the action if the criteria are met. For example, the contact phone number must contain the digits 123.

Map Salesforce fields run criteria tab

07 Advanced

This tab contains several options for you to further specify how the data will be pushed to Salesforce. These options are covered in detail in the Working with Salesforce Data course.

map Salesforce fields advanced tab

08 Where Used

This tab displays where the Push is invoked from in your form. Once your action is linked to an element, you will be able to see which element it is linked to on this page. For example - the Push to create a new contact is assigned to the submit button on the home page.

Map Salesforce fields where used tab

09 Got Feedback?

Additional Resources