-
Open the Run MQL window:
-
From the compass, select Collaboration and
Approvals.
-
In the navigation pane, click .
To run an MQL command, enter the command in the
MQL Command box and click Run
or press Enter.
-
Run the following command to set the context:
set context user creator;
-
To change the default threshold for sending notifications (the number of days prior to the implementation date), run the following command:
modify attribute "Implementation Notifications Threshold" Default n; Where n is the number of days prior to the due date that notifications should be sent.
This threshold applies to all organizations. -
To disable notifications to Implementing Organizations Representatives, run the following command:
modify attribute "Implementation Notifications Enabled" default FALSE; Where n is the number of days prior to the due date that notifications should be sent.
If you set this attribute default to FALSE , no reminders are sent to any organization when implementation dates approach. -
Restart the application server.
|