Configuring the Manufacturing Plan Subtype Derivation User Interface Text

After you create a Manufacturing Plan subtype, you must configure the text that displays in the user interface when a user selects a derivation level for the new Manufacturing Plan subtype.

Note: You must update two property files—dmcplanningStringResource.properties and the appropriate language string resource property file, for example, for English: dmcplanningStringResource_en.properties.

See Properties for Manufacturing Plan Subtype Derivation User Interface Text.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To specify the text that displays for each derivation level in the user interface, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      DerivationLevel.type_<Manufacturing Plan Name>.Display.Level0 = <Main Release Name>
      DerivationLevel.type_<Manufacturing Plan Name>.Display.Level1 = <Fix Release Name>
      where:
      • <Manufacturing Plan Name> is the name of the Manufacturing Plan subtype that you created.
      • <Main Release Name> is the text to display for the first derivation level for the Manufacturing Plan subtype.
      • <Fix Release Name> is the text to display for the second derivation level for the Manufacturing Plan subtype.

      For example:

      DerivationLevel.type_SP_MP_SubMP.Display.Level0 = Main Release
      DerivationLevel.type_SP_MP_SubMP.Display.Level1 = Fix Release

      Note: The Manufacturing Plan subtype inherits Level 0 and Level 1 derivation levels from the parent Manufacturing Plan type. If you have created additional derivation levels, you must also define properties for their display levels.

    2. Set the values for these properties depending on your business requirements.
  3. 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 dmcplanningStringResource.properties and the appropriate language string resource property page objects. For more information, seeEditing Properties Using MQL.