Reminder messages are initiated by the Meridian application server and sent by a specified email server. These notifications can be sent to users to remind them of documents for which they might have received an event notification earlier but the documents remain in a certain workflow state. The reminders help to prevent documents from being overlooked and help to accelerate workflows. The users cannot configure which messages they receive and they may not decline to receive them. Additional messages can be sent by user-configured subscriptions or event notifications or by programming custom notifications.
You configure reminders by scheduling a task on the Meridian application server to send messages to the members of selected recipient groups. The groups are the same as are selected for event notifications as described in Configuring event notifications. The messages will list the documents that are found as the result of an existing saved search.
Note Configuring reminder definitions does not configure how the messages are actually sent. That must be done by configuring the SMTP mail server options as described in the BlueCielo Meridian Enterprise Administrator’s Guide.
Before you begin You must be a member of a group that has been granted the Allow Reminder Management privilege at the root of the vault.
To configure a reminder definition:
In Configurator running on the Meridian application server, 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 with one icon and reminder definitions with a different icon
.
Note It’s important that reminders be configured from the Meridian application server because that is where the scheduled task is created and run from.
For each tab in the dialog that represents a group of recipients, click or type options using the descriptions in the table in Configuring event notifications.
Tip By default, only members of the Subscribers group receive reminders, so they must explicitly subscribe to the documents in advance. The reminder messages can be in addition to any notifications that users receive from event notifications or subscriptions in general. It might not be beneficial to send reminders to users in the To-Do Persons or Managers groups if they are already recipients of other notifications for the same documents. Avoid sending so many notifications that users will ignore them.
Option | Description |
---|---|
List the documents in this shared dynamic collection |
Select an existing search that finds the documents that you want to list in the reminder messages. |
Task name |
The scheduled task name is set automatically and cannot be changed. |
Start |
Click Set Schedule and configure a new task using the Windows Task Scheduler options. For information about configuring scheduled tasks, see the Windows Help. |
Click OK to save your changes to the definition and scheduled task.
The task may also be edited in the Task Scheduler Control Panel applet. The syntax of the BCReminder executable is as follows. If the -Q parameter is omitted, the saved search with the same name as the notification definition specified by the -N parameter will be used, if found. If a Meridian user group is specified for the -S parameter, the members of the group will be sent reminders if the Subscribers group is enabled for the notification definition that is specified for the -N parameter. However, the members are not added as subscribers for future notifications.
BCReminder.exe -V <VaultPath> -N <NotificationName> [-Q <QueryName>] [-S <GroupName>]
To edit a reminder definition:
In Configurator running on the Meridian application server, expand Environment in the configuration tree and select Notification Settings. The Notification Settings page appears in the right pane. The page lists the existing reminder definitions for the current vault.
Note It’s important that reminders be configured from the Meridian application server because that is where the scheduled task is created and run from.
To delete a reminder definition:
In Configurator running on the Meridian application server, expand Environment in the configuration tree and select Notification Settings. The Notification Settings page appears in the right pane. The page lists the existing reminder definitions for the current vault.
Note It’s important that reminders be configured from the Meridian application server because that is where the scheduled task is created and run from.
Related concepts