- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To define the results value for authorizing a market authorization where the regulatory activity category is Commitment, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.MarketAuthorizationChange.ResultAction.Commitment=None
- Replace
None with a new value for the Results field.
On the list of market authorizations for a submission, Regulatory Leads can select an Approve Selected action. This property determines the value entered in the Results field for submissions that have the same regulatory activity category as the one listed as the last segment of the property name. -
To define the results value for authorizing a market authorization where the regulatory activity category is Initial Submission, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.MarketAuthorizationChange.ResultAction.InitialSubmission=Update
- Replace
Update with a new value for the Results field.
On the list of market authorizations for a submission, Regulatory Leads can select an Approve Selected > Update action. This property determines the value entered in the Results field for submissions that have the same regulatory activity category as the one listed as the last segment of the property name. -
To define the results value for authorizing a market authorization (where the regulatory activity category is Repeal), follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.MarketAuthorizationChange.ResultAction.Repeal=Obsolete
- Replace
Obsolete with a new value for the Results field.
On the list of market authorizations for a submission, Regulatory Leads can select an Approve Selected > Obsolete action. This property determines the value entered in the Results field for submissions that have the same regulatory activity category as the one listed as the last segment of the property name. -
To add a property for other regulatory activity categories, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.MarketAuthorizationChange.ResultAction.<RegulatoryActivityCategory>=<ResultsValue>
- Replace
<RegulatoryActivityCategory> with a name of the regulatory activity category. The value is case-sensitive with spaces removed.Replace <ResultsValue> with the value you want to enter in the Results field when a submission that uses this regulatory activity category is approved. The value must be one of these values:
- 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.
|