You are here: About email notifications > Configuring event notifications

Configuring event notifications

Event notification messages are initiated by the Meridian application server and sent by a specified email server. These notifications are those that your organization should consider as mandatory for users to receive. The users cannot configure which messages they receive and they may not decline to receive them. As such, these messages should be the minimum that are necessary for your business processes. Additional messages can be sent by user-configured subscriptions or reminders as described elsewhere or by programming custom notifications.

You configure event notifications by specifying which groups of users should receive notifications when specific events occur in the vault. By default, Meridian provides notification definitions for the common events that require notifications:

These definitions cannot be deleted. Additional definitions can be created for custom requirements and the definitions used in VBScript programming.

Each notification definition can send messages to the users of any of the groups described in About email notifications.

Subscription notifications use the same definitions as event notifications except that the recipients must register their subscriptions to documents manually (opt-in) in order to receive the notification messages. In addition, each definition must be enabled for the Subscribers group as described in the following tasks.

Notes

To configure event notifications:

  1. In Configurator, expand Environment in the configuration tree and select Notification Settings. The Notification Settings page appears in the right pane. The page lists the existing notification definitions for the current vault.
  1. Click Edit. The page becomes editable.
  2. For each definition in the list that you want to configure, double-click its row or select the row and click Edit. The definition’s Properties dialog box appears.
  3. For each tab in the dialog that represents a group of recipients, click options or type values using the descriptions in the following table.
Notification definition options
Option Description

Notify this group

Sends notifications to this group of users.

Message subject

Type the subject of the message that you want to send to these users.

Message text

Type the text of the message that you want to send to these users.

The text can include any of the following variables:

  • <%currentuser%>
  • <%currentproject%>
  • <%currentvault%>

Message format

Select the format of the message that you want to send to these users.

Include links

Select the links that you want to include in the message together with the message text. If the Plain text format is selected, the links will be plain text paths and not hyperlinks.

Warning    Be careful when enabling the Rendition option. Notifications are initiated before renditions are updated by workflow transitions. If the definition being configured is for a workflow transition and the Subscribers group is enabled for the definition, the notification recipients could receive an outdated rendition of the document depending on the transition that is executed. To avoid this situation, clear the Rendition option for events that generate renditions and enable it for a subsequent event definition instead.

To use VBScript to calculate custom text (for example, property values) for notifications:

  • Click the Meridian Enterprise Script Editor button to build a VBScript expression. For information on using VBScript for configuration expressions, see the BlueCielo Meridian Enterprise VBScript API Reference.
  1. Click OK to save your changes to the definition.
  2. You may also select checkboxes in the To-Do Persons, Managers, and Subscribers columns of the definitions list that correspond to the users that you want to receive notifications when the event occurs.
  3. Click OK to save your changes to the notification settings.

To create a notification definition:

  1. In Configurator, expand Environment in the configuration tree and select Notification Settings. The Notification Settings page appears in the right pane.
  2. Click Edit. The page becomes editable.
  3. Click New. A new row is added to the definition list and its name is editable.
  4. Type a descriptive name for the definition and press Type.
  5. Double-click the definition row or select the row and click Edit. The definition’s Properties dialog box appears.
  6. For each tab in the dialog that represents a group of recipients, select or type options using the descriptions in the preceding table.
  7. Click OK to save your changes.
  8. You may also select checkboxes in the To-Do Persons, Managers, and Subscribers columns of the definitions list that correspond to the users that you want to receive notifications when a VBScript procedure initiates notifications using this definition.
  9. Click OK to save your changes to the notification settings.
  10. Specify the definition name in a VBScript procedure that executes when the event occurs. For more information about sending custom notifications using a notification definition, see the Vault.SendNotification, Document.Subscribe, and Document.Unsubscribe methods in the BlueCielo Meridian Enterprise VBScript API Reference.

To edit a notification definition:

  1. In Configurator, expand Environment in the configuration tree and select Notification Settings. The Notification Settings page appears in the right pane.
  2. Click Edit. The page becomes editable.
  3. Double-click the definition row that you want to edit or select the row and click Edit. The definition’s Properties dialog box appears.
  4. For each tab in the dialog that represents a group of recipients, select or type options using the descriptions in the preceding table.
  5. Click OK to save your changes.
  6. You may also select checkboxes in the To-Do Persons, Managers, and Subscribers columns of the definitions list that correspond to the users that you want to receive notifications when a VBScript procedure initiates notifications using this definition.
  7. Click OK to save your changes to the notification settings.

To delete a notification definition:

  1. In Configurator, expand Environment in the configuration tree and select Notification Settings. The Notification Settings page appears in the right pane. The page lists the existing notification definitions for the current vault.
  2. Select the definition row that you want to delete and click Remove. The row is deleted from the definition list.
  3. Click OK to save your changes.

Related concepts

About email notifications


www.bluecieloecm.com