Personal and Company Preferences in Scriptable Templates

You can include information from some personal and company preferences in scriptable templates. The following table lists the preferences you can include in your FreeMarker code.

Location/Description

Preference Name

Code

Personal Preferences (Home > Set Preferences)

  • Signature

  • Nickname

  • Time Zone

  • ${preferences.message_signature}

  • ${preferences.message_nickname}

  • ${‌preferences.timezone}

Rename Records/Transactions

  • Name for Customer

  • Name for Lead

  • ${preferences.naming_customer}

  • ${preferences.naming_lead}

Issue Preferences (Setup > Issues > Issue Preferences)

Use Multiple Versions and Builds

${preferences.issue_multiple_versions}

Company Settings (Setup > Company > Company Information)

Company Logo (Forms)

${‌companyInformation.logoUrl}

Administrator Email Address (used for login access notification)

${‌companyInformation.adminEmail}

Login URL (used for login access notification email)

${‌companyInformation.loginURL}

Note:

If the Use Multiple Versions and Builds preference is enabled, versions and builds are presented as sublists of values. You can use this preference with a directive to present build and version information regardless of whether this preference is enabled.

Related Topics

General Notices