Configuring Market Authorization Results Value

You can configure the Results value for authorizing a market authorization based on the regulatory activity category.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To define the results value for authorizing a market authorization where the regulatory activity category is Commitment, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.MarketAuthorizationChange.ResultAction.Commitment=None

    2. 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.

  3. To define the results value for authorizing a market authorization where the regulatory activity category is Initial Submission, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.MarketAuthorizationChange.ResultAction.InitialSubmission=Update

    2. 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.

  4. To define the results value for authorizing a market authorization (where the regulatory activity category is Repeal), follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.MarketAuthorizationChange.ResultAction.Repeal=Obsolete

    2. 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.

  5. To add a property for other regulatory activity categories, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.MarketAuthorizationChange.ResultAction.<RegulatoryActivityCategory>=<ResultsValue>

    2. 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:

      • None
      • Update
      • Obsolete

  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.