- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To define the default value for the Send Reminder attribute for Regulatory Milestones, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.RegulatoryMilestone.Notification.DefaultReminder=-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.
-
To define the default value for the Recurrence Interval attribute for Regulatory Milestones, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.RegulatoryMilestone.Notification.DefaultInterval=0
-
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.
-
To define the default value for the Send Reminder attribute for Interactive Review, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.InteractiveReview.Notification.DefaultReminder=-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.
-
To define the default value for the Recurrence Interval attribute for Interactive Review, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.InteractiveReview.Notification.DefaultInterval=1
-
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.
- 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.
|