- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To enable or disable the review function for submissions, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.SubmissionReview.Enable=true
-
Set the value for this property depending on your business requirements:
true . The review process is enabled.false . The review process is disabled.
-
To define the roles involved in the submission review process, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.SubmissionReview.ReviewerRole=Project Lead,Project Owner
-
Set the value for this property depending on your business requirements.
-
To define the roles involved in the submission task review process, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.SubmissionTaskReview.ReviewerRole=Project Lead
-
Set the value for this property depending on your business requirements.
-
To specify the company calendar to used for regulatory submission projects, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.RegulatoryCalendar.DefaultCompanyCalendarName
-
Set the value for this property to the name of the company calendar defined
explicitly for regulatory submission projects. See Define a Regulatory Company Calendar.
- To specify the email address used as the "From:" address when sending escalation notifications, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.Configuration.PendingRequest.FromEmailNotificationId=<email_address>
-
Replace
<email_address> with the valid email address of the person from whom it appears that the email was sent.
- To specify the email address of the person who should be notified when an escalation notification is sent, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.Configuration.PendingRequest.ToEmailNotificationIds=<email_address>
-
Replace
<email_address> with the valid email address of the person who should be notified about escalation emails.
-
To specify the duration in seconds to create a market authorization and the related
notification, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
Regulatory.Submission.MarketAuthorizationCreateJob.SendNotification.CutoffTime
-
Set the value for this property depending on your business requirements:
- 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.
|