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) |
|
|
Rename Records/Transactions |
|
|
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} |
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.