Configuring Storage Conditions

You can configure how storage conditions are handled now that a market authorization can cover multiple products, yet each product must have a unique condition type and handling type.

For more information, see Properties for Storage Conditions.

  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To configure whether to copy the storage conditions from the corresponding products when the market authorization change is created, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.MarketAuthorizationChange.EnableCopyStorageCondition=

    2. Set the value for this property depending on your business requirements:

      • true = Copy the storage conditions from the corresponding products when the market authorization change is created.
      • false = Do not copy the storage conditions from the corresponding products when the market authorization change is created.

  3. To configure whether only a single storage condition for a specific combination of condition type and handling type is allowed on a product/market authorization/market authorization change, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.StorageCondition.OnlyAllowUniqueConditionTypeHandlingType=

    2. Set the value for this property depending on your business requirements:

      • true = Copy the storage condition for a specific combination of condition type and handling type is allowed on a product/market authorization/market authorization change.
      • false = Do not copy the storage condition for a specific combination of condition type and handling type is allowed on a product/market authorization/market authorization change.

  4. 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, seeEditing Properties Using MQL.