E-mail Setup → E-mail Templates → E-mail Template Tags → Base Global Template Tags
Base global template tags can be used in all types of SBM e-mail templates, except for scheduled reports.
Returns the URL for the User Workspace login page.
Use this tag to display the User Workspace URL. To provide links to specific items, use the $LINK() tag.
None.
To view all items you own, log in to $BASEURL().
Result:
Use to customize the subject line of the e-mail message.
For HTML e-mail templates, the subject tags should precede all HTML formatting, as shown in the following sample. For text e-mail templates, the subject tags should be on the first line of the template.
None.
$BEGINSUBJECT()$NOTIFICATION() - $ITEMNUMBER() $TTID()$ENDSUBJECT() <html> <head>
Result:
Returns data from specified settings in the TS_SYSTEMSETTINGS table.
Use this tag to return system data, such as field section labels or the system administrator's e-mail address.
Setting name as specified in the SBM Database Schema Reference.
For assistance, contact $GETSETTINGSSTR(AdminEmailToolbar)
Result:
Provides a link to anonymous use page of the SBM Knowledge Base.
Applies to on-premise only.
The link is valid only if you have enabled anonymous access to the SBM Knowledge Base in SBM System Administrator.
None.
For assistance, refer to: <br> $KNOWLEDGEBASE()
Result:
Returns the value specified as the mail sender in the SBM Configurator. By default, "SBM Notification Service" is returned.
Use to indicate the sender of the e-mail message either in the subject or body.
None.
Sent by $SENTBY()
Result:
Sent by ACME Notification Service
Returns text specified as the root value for records in the String IDs system auxiliary table. You can use existing string IDs or create your own. For details, refer to the "Customizing and Translating SBM User Workspace Strings" section of the SBM System Administrator Guide.
Using strings rather than text messages in your templates is recommended if your system includes multiple languages, such as English and Japanese. The $STRING() tag returns translated text based on the user's preferred language setting in his or her user profile.
String ID name.
$STRING(IDS_EXIT_THANKYOU)
Result:
Returns the file name of the template used for the notification.
This tag can be useful if your system contains a large number of e-mail templates or for troubleshooting.
None.
Copyright © 2007–2015 Serena Software, Inc. All rights reserved.