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

Template Fields Used in Parameters

The following are special fields provided by Conga Composer to be used as values for parameters in the Conga Composer button or link URL. They can be used for any parameter where appropriate.

{Template.Label}

Retrieves the label of the template (from the Conga Template or Salesforce Template repository record) being used in the merge process. If a local template is being used, the file name is retrieved.

&OFN={Template.Label}+for+{!Opportunity.Name}

{Template.Id}

Retrieves the Salesforce ID for the template being used in the merge process. Does not apply to local templates.

&TemplateId={Template.Id}

{EmailTemplate.Label}

Retrieves the label of the email template (either Conga Email Template or Salesforce email template) being used in the merge process.

&EmailSubject={!Contact.FirstName}-{EmailTemplate.Label}

{EmailTemplate.Id}

Retrieves the ID for the email template (either Conga Email Template or Salesforce email template) being used in the merge process.

&OFN={EmailTemplate.Id}