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")}