- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To configure whether to copy the storage conditions from the corresponding products when the market authorization change is created, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.MarketAuthorizationChange.EnableCopyStorageCondition=
-
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.
-
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:
-
Add or edit this line in the file used to import properties into a page object:
Regulatory.StorageCondition.OnlyAllowUniqueConditionTypeHandlingType=
-
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.
-
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.
|