About this article
This article explains how to find the data accessible from Salesforce when using the Salesforce App Connector so it can be used in smart templates through the binding syntax.
Prerequisites
|
How to find the data available from the Salesforce App Connector
- 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 opens - On the Console tab in the Developer Tools, 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.