E-mail Setup → E-mail Templates → E-mail Template Tags → Base Item Template Tags
Base Item template tags can be used to customize templates used for e-mail submissions, notifications, and e-mails sent from items.
Returns the value of a specified field.
Asterisks replace field values for users who do not have permission to view fields included in the message. Fields in the Not Used fields section are not included in the e-mail notification.
$FIELDVALUE(DOC_LEAD) <br> <br> $FIELDVALUE(PROJECTID) <br> <br> $FIELDVALUE(PROJECTID, FULL) <br> <br> $FIELDVALUE(SUBMIT_DATE) <br> <br> $FIELDVALUE(WRITER, NO_EMAIL)
Result:
Returns a text link to the primary or auxiliary item to which the e-mail pertains.
Use the $LINK() tag without additional parameters for text templates.
$STRING(IDS_EMAIL_TOVIEW) $ITEMTYPENAME():</b> $LINK(TRUE, Click here.)
Result:
Returns the database ID for the primary or auxiliary item to which the e-mail pertains.
Useful for providing users with the internal identifier for specific items.
None.
Returns the logical field name for specific system fields.
Useful for providing a label in the message for system field names that may be different in various applications.
<b>$SYSFIELDNAME(TS_SYSFLD_TEXT_DISPLAYID):</b> $FIELDVALUE(Item ID) <br> <br> <b>$SYSFIELDNAME(TS_SYSFLD_TITLE):</b> $FIELDVALUE(Title) <br> <br> <b>$SYSFIELDNAME(TS_SYSFLD_DESC):</b> $FIELDVALUE(Description)
Result:
Copyright © 2007–2015 Serena Software, Inc. All rights reserved.