Create Salesforce Records from an Orchestration in Salesforce IoT Explorer Edition
- Open the orchestration, and click the Rules tab.
- In the rule, click Add an action.
- Select Salesforce Record.
- Enter the object.
- Select Create, and click Next.
- Set the values of the record fields.Required fields are listed, but you can add fields to the list. You can use formulas and reference values from variables, the context-specified object and platform events, and response events.
- Required fields are listed, but you can add fields to the list.
- You can use formulas and reference values from variables, the context-specified object and platform events, and response events.
- To make this action’s response events available to the orchestration:Select the checkbox. Enter a name that uniquely identifies this action’s response events.Response events are often used to trigger rules, determine whether actions are successful, and make record IDs available in the orchestration.
- Select the checkbox.
- Enter a name that uniquely identifies this action’s response events.
- Enter a unique, concise action name that describes what the action does.A brief descriptive action name makes your orchestration rule easy to understand when viewing the Rules tab.
- Click Finish.
- Save your orchestration.