Specifies the where clause to filter the list of Conga Email Templates that display in the user interface. Typically, a custom field is added to the Conga Email Template object and this parameter is used in conjunction with that field.

Category: Email Parameter

Compatible with: Composer 8

Parameter Name: CETFilter

Parameter Value: [text]

Parameter Requirements: None

Parameter Description: CETFilter specifies the WHERE clause to filter the list of Conga Email Templates that displays in the user interface. Typically, a custom field is added to the Conga Email Template object and this parameter is used in conjunction with that field.

In the example below, the System Administrator created and referenced a custom field, Language__c.

Example:

&CETFilter=Language__c INCLUDES (‘English’)