Difference between revisions of "Template Variable Contexts"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 14: Line 14:
|}
|}


In the Sales Force Automation application, where you can send Emails from [[Accounts]], [[Contacts]], and [[Prospects]] records:
In the Sales Force Automation application, to send Emails from [[Accounts]], [[Contacts]], and [[Prospects]]:
:* '''Workspace > All Items > Templates > {template}'''
:* '''Workspace > All Items > Templates > {template}'''
{{#if: {{ShowIsvInfo}} |
{{#if: {{ShowIsvInfo}} |
For Service Provider emails:
For Service Provider emails:
:* '''Settings > Service Provider Settings > Manage Email Templates'''}}
:* '''Settings > Service Provider Settings > Manage Email Templates'''}}

Revision as of 20:02, 9 January 2012

Template variables have slightly different syntax in different contexts. The template variable tools gives you the possible variables in the correct syntax for each context:

Record Printing Designer > Data > Objects > {object} > Print Templates > {template}
Actions Designer > Data > Objects > {object} > Actions > Execute JavaScript
Web Forms Designer > Data > Objects > {object} > Web Forms > {web form} > Email Notification Details
Workflows Designer > Data > Objects > {object} > Workflows > {workflow} > Notification Templates
Web Tabs Designer > Presentation > Web Tabs > {web tab}
Components Designer > Logic > Components > {component}

In the Sales Force Automation application, to send Emails from Accounts, Contacts, and Prospects:

  • Workspace > All Items > Templates > {template}