Configuring Phase of Product Data

You can configure the phase the product data can have as default phase, allowed phase, and the phase to check if it has a CO attached.

See Properties for Phase of Product Data

  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To set the value as the default phase, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxCPN.ProductData.Stage.Default =

    2. Set the value for this property depending on your business requirements.
  3. To set the allowed phase , follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxCPN.ProductData.<TypeNameWithOutSpace>.AllowedStages = 
      

    2. Set the value for this property depending on your business requirements.
  4. To set the phase for a check if a CO is attached , follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxCPN.ProductData.AllowedStageListToConnectCO=
      

    2. Set the value for this property depending on your business requirements.
  5. 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.