B.3 Defining the E-Mail Notification Settings

The E-Mail Notification view allows you to select an email template and specify expressions to provide values for named parameters included in the email template.

To set email notification settings for the Role Request/Revocation Activity:

  1. On the Workflow tab, right-click the Role Request/Revocation Approval activity and select Show E-Mail Notification from the menu.

    You can also display the E-Mail Notification tab by selecting Show E-Mail Notification from the PRD menu.

  2. Click the E-Mail Template field, then select the Roles Request Approval Completed Notification from the list of defined templates.

  3. Click in the Source field for a Target token and specify an ECMAScript expression that assigns a value to the token. You must include locale in the expression for languages other than English. Following that, the User Application Driver’s default locale is used.

    For example, in the source expression for the requestStatus token, use NrfRequest.getStatusLocaleString(locale) instead of NrfRequest.getStatusLocaleString(java.util.Locale.getDefault()).