Category: Advanced Control Parameter
Compatible with: Conga Quote Generation
Parameter Name: EC
Parameter Value: [0 or 1]
Parameter Requirements: None
Parameter Description: Enable Conga Execution. This parameter is usually set a 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")}