Configuring Document Approvers

You can configure the JPO program methods called to determine approvers of DOCUMENT/Requirement type objects in DHF view.

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 configure JPO method names used to determine document approvers, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxLPI.DHF.Approver.Program=emxDHFClassificationUI:getLastApprovalRouteApproversForDocuments

      The above example shows the default value. User-defined methods can be added or used to replace an existing value. If multiple methods are present, then all individual method results are consolidated and returned. JPO method names are comma-separated.

    2. Add JPO program method names as needed.
  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 emxLPI.properties page object. For more information, see Editing Properties Using MQL.