Configuring Policy Classifications

When you create a sub type of product data, you can create it with a policy classification, either a development classification or a production classification. You can configure a policy with a new property called “Policy Classification.“ This new symbolic name ensures that the specification policies are either classified as Development or Production policies.

The Administrative property, Policy Classification, has two values: Development and Production.

All Product Data policies must have the property PolicyClassification, otherwise, the policies do not work. You can configure a policy with user defined triggers and Policy Classification as Development.

  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. Run the Run MQL dialog box:
    1. From the Compass, click Collaboration and Approvals.
    2. In the navigation pane, click Utilities > Run MQL.
  3. Enter the following MQL command:

    MQL<>modify policy "<Policy Name>" property "PolicyClassification" value "Development";

    For example:
     MQL<>modify policy "<Policy Name>" property "PolicyClassification" value "Development";
  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 .properties page object. For more information, see Editing Properties Using MQL.