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.

download

EC

Category: Advanced Control Parameter

Compatible with: Composer 8

Parameter Name: EC

Parameter Value: [0 or 1]

Parameter Requirements: None

Parameter Description: Enable Conga Execution. This parameter is usually set as part of a Salesforce formula to evaluate the contents of a field and, in turn, enable the execution of Conga if the field meets some criteria.

Example:

&EC={!IF( ISPICKVAL (Opportunity.StageName , "Closed/won"), "1" , "0")}