More Variables

The following variables are available for email templates to help point stakeholders to the user interface in which the action is required.

 VARIABLE
 DESCRIPTION
$NT.getObjectUrl("objectName")Use this variable in an email template to direct users to the default tab of an object. For example, $NT.getObjectUrl("RAProject").
$NT.getObjectUrlWithTab("objectName", "tabName")Use this variable in an email template to direct users to a tab available on an object details page. For example, $NT.getObjectUrlWithTab("Assessment", "Control Results").
$NT.getQuestionnaireUrl()Use this variable in an email template to direct users to the Questionnaire window. This variable must be specified in the email templates defined in the first stage of the assessment workflow.