Configuring Regulatory Notifications

You can configure the default values for regulatory notifications in the Preferences page tab of the project properties page.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To define the default value for the Send Reminder attribute for Regulatory Milestones, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.RegulatoryMilestone.Notification.DefaultReminder=-2

    2. Set the value as needed:

      • A negative integer for the number of days prior to the due date to send the notification.
      • 0 to send the notification on the due date.
      • A positive integer for the number of days after the due date to send the notification.
      • The same values as the emxProgramCentral.ProjectDoNotSendReminder property in the emxProgramCentral.properties page object to disable reminders for regulatory milestones.

  3. To define the default value for the Recurrence Interval attribute for Regulatory Milestones, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.RegulatoryMilestone.Notification.DefaultInterval=0

    2. Set the value as needed:

      • 1 to send the notification every day after the due date.
      • A positive integer for the number of days after prior reminder to send notifications.
      • 0 to disable additional notifications.

  4. To define the default value for the Send Reminder attribute for Interactive Review, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.InteractiveReview.Notification.DefaultReminder=-2

    2. Set the value as needed:

      • A negative integer for the number of days prior to the due date to send the notification.
      • 0 to send the notification on the due date.
      • A positive integer for the number of days after the due date to send the notification.
      • The same value as the emxProgramCentral.ProjectDoNotSendReminder property in the emxProgramCentral.properties page object to disable reminders for regulatory milestones.

  5. To define the default value for the Recurrence Interval attribute for Interactive Review, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.InteractiveReview.Notification.DefaultInterval=1

    2. Set the value as needed:

      • 1 to send the notification every day after the due date.
      • A positive integer for the number of days after prior reminder to send notifications.
      • 0 to disable additional notifications.

  6. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the Regulatory.properties page object. For more information, see Editing Properties Using MQL.