- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To set the value as the default phase, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.ProductData.Stage.Default =
-
Set the value for this property depending on your business requirements.
-
To set the allowed phase , follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.ProductData.<TypeNameWithOutSpace>.AllowedStages =
-
Set the value for this property depending on your business requirements.
-
To set the phase for a check if a CO is attached , follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.ProductData.AllowedStageListToConnectCO=
-
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
emxCPN.ProductData.properties page object. For more information, see Editing Properties Using MQL.
|