FieldDataSource
Category: Data Gathering Parameter
Compatible with: Composer 8
Parameter Name: &FieldDataSource
Parameter Value: [Comma separated list of Salesforce Field API names that contain the JSON data]
Parameter Requirements: None
Parameter Description: FieldDataSource checks to see if any of the identified fields contain JSON strings, then merges the JSON data into the Composer template. JSON values only includes fields from the parent data of your Composer solution and cannot include data from related Salesforce 'child' objects.
If the following error is encountered:
Navigate to Salesforce , edit the CongaServicesPlatform remote site and change it to Active.
This parameter is supported in both Classic Composer buttons and Composer Lighting Component solutions.
Example:
If you have JSON data in a text field on the Opportunity with the API name “Description__c”, your parameter and value would be:
&FieldDataSource=Description__c
