Configure Reminders

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 Configure 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 Specify a Mail Server - Administrator.

To perform this task, you must be a member of a group that has been granted the Allow Management of Subscriptions for others privilege at the root of the vault.

ClosedCreate a Reminder Definition

To create a reminder definition:

  1. 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 this icon A piece of white paper with a green check mark on it. and reminder definitions with a different icon A piece of white paper with a blue pencil laid across it..

    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.

  2. Click Edit.

  3. Click New.

    A new reminder definition appears in the list with the default name New E-mail Notification and the name is editable.

  4. Type a descriptive name for the new reminder and press Enter.

    The name changes.

  5. Click Edit.

    The reminder definition's Properties dialog box appears.

  6. For each tab in the dialog that represents a group of recipients, click or type options using the descriptions in the table in Configure Event Notifications.

    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.

  7. In the Send reminders group, enable Send Reminders and then click options or type values using the descriptions in the following table.

    Reminders options
    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.

    By default, reminder messages will list up to 50 documents. If this collection will normally contain more documents, increase the number accordingly in the value element of the ChunkSize setting in BCReminder.exe.config file on the Meridian application server. It is located in the C:\Program Files\BC-Meridian\Program folder by default.

    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.

  8. Click OK.

    Note:

    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>]
  9. Select and clear check boxes in the To-Do Persons, Managers, and Subscribers columns of the definitions list that correspond to the users that you want to receive reminders using the current settings in the definition.

  10. Click OK.

ClosedEdit Reminder Definition

To edit a reminder definition:

  1. 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.

  2. Click Edit.

  3. Double-click the reminder 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.

  6. You may also select check boxes in the To-Do Persons, Managers, and Subscribers columns of the definitions list that correspond to the users that you want to receive reminders.

  7. Click OK.

ClosedDelete Reminder Definition

To delete a reminder definition:

  1. 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.

  2. Select the reminder row that you want to delete and click Remove.

    The row is deleted from the definition list.

  3. Click OK.

  4. Delete the scheduled task that was created for the reminder definition in the Task Scheduler Control Panel applet.

2023