Configuring the Loader Policy Revision Values

You can configure the loader policy revision values for Program and Contract Management.

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 define the revision value to use for added WBSE for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.WBSE.initialRev = 1

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  3. To define the revision value to use for added requirement for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.Requirement.initialRev = A

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  4. To define the revision value to use for added requirement version for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.Requirement_Version.initialRev = 1

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  5. To define the revision value to use for added CLIN for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.CLIN.initialRev = 1

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  6. To define the revision value to use for added contract requirement for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.Contract_Requirement.initialRev = A

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  7. To define the revision value to use for added contract price item for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.ContractPriceItem.initialRev = -

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  8. To define the revision value to use for added sales order for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.AnDSales_Order.initialRev = -

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  9. To define the revision value to use for added regulation for the loader actions, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.policy.Regulation.initialRev = A

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  10. 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 emxAnDPMAccelerator.properties page object. For more information, see Editing Properties Using MQL.