Configuring Display Types by Bookmark Navigation

You can configure display types by bookmark navigation 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 configure the associated type objects displayed from the contract documentation type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceSuiteAerospaceProgramManagementAccelerator.IndentedTable.ContractDocumentationTypes = type_ContractDocumentation

    2. Set the value for this property depending on your business requirements.
  3. To configure the associated relationships to display from the contract documentation type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceSuiteAerospaceProgramManagementAccelerator.IndentedTable.ContractDocumentationRelationships = relationship_ObjectRoute,relationship_ECOChangeRequestInput,relationship_MakeObsolete,relationship_NewPartPartRevision,relationship_NewSpecificationSpecificationRevision,relationship_ECRSupportingDocument,relationship_RequestPartObsolescence,relationship_RequestPartRevision,relationship_RequestSpecificationRevision,relationship_ReferenceDocument,relationship_MBOM,
      relationship_ManufacturerEquivalent,relationship_EBOM,relationship_PartSpecification,relationship_CBOM,relationship_ProductLineModels,relationship_SubProductLines,                                                       relationship_ENOVIA_VPMPRCtoPartIRel,relationship_ENOVIA_VPMPartItoPartIRel,relationship_ENOVIA_VPMPRCtoDocRel,relationship_ENOVIA_VPMPartItoDocRel,relationship_ENOVIA_VPMPRCtoProdIRel
      

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

    2. Set the value for this property depending on your business requirements.
  4. To configure the associated direction of relationships to display from the contract documentation type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceSuiteAerospaceProgramManagementAccelerator.IndentedTable.ContractDocumentationDirection = Both

    2. Set the value for this property depending on your business requirements:

      • From
      • To
      • Both = Default

  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 emxAnDPMAccelerator.properties page object. For more information, see Editing Properties Using MQL.