Administer > Status and notifications > Notifications > Configure email notifications for CI changes in reference modules

Configure email notifications for CI changes in reference modules

Applies to User Roles:

System Administrator

You can configure email notifications that are sent when the affected service or CIs in a reference record (for example, a Change record) is changed. Since the device table stores CI names in the display.name field, you need to update your email notification definitions and HTML notification templates so that CI display names are used in CI related notifications.

To configure email notifications for CI changes, follow these steps:

  1. Go to Tailoring > Notifications > Notifications.
  2. Open a notification definition record, for example, ChM Change Approval.
  3. On the Message and Email/Mail Subject Line tabs, wrap the logical.name filed with the get.display.value function to show CI display names in messages and email/mail subject lines. The following is an example:

    {get.display.value($L.file,"logical.name",-1,true), $lo.ufname}

    For details about the get.display.value function, see RAD function: get.display.value.

  4. Repeat the steps above for all CI related notifications.
  5. Configure HTML notification templates.
    1. Go to Tailoring > Notifications > HTML Templates.
    2. Open an HTML template, for example, ChM Change Approval Pending.
    3. On the Expressions tab, enter an expression that calls the get.display.value function to obtain the CI display name and assigns the value to a variable. For example:

      var logical_name_disp_new= system.functions.get_display_value($RECORD, "logical.name",-1,true);

Related topics

Configuration Management overview
Business service groups
Business service group attributes
Example: Search for a record

Related topics

Add configuration items to a contract
Change a configuration item device type
View scheduled maintenance for a configuration item
View a service level agreement for a configuration item
Modify a configuration item
View related records for a CI record