Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

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.

Warning:

If the following error is encountered:



Navigate to Salesforce Setup > Security > Remote Site Settings, edit the CongaServicesPlatform remote site and change it to Active.

Note:

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