About this article
This article explains how to configure Salesforce bindings for the App Connector.
Prerequisites
|
Configure Salesforce bindings
- In Salesforce go to the page where the
Create Document
button is shown. - Press F12 to open the Developer Tools of the browser.
- Click
Create Document
.
The Composer is opened, but ignore it (you don’t have to select a template). - Now on the Console tab in the Developer Tools you can expand the
Sending data
field to show all available fields:
- The (purple) fields can now be used in bindings in a template using a HostSystem binding.
For example{{HostSystem.AccountNumber}}
will show the value ‘CD355118’ in the document, and{{HostSystem.CreatedBy.Address.city}}
will show 'Eindhoven'.
|
Related articles
Comments
0 comments
Article is closed for comments.