Configuring Data Management Schedule Deliveries

You can configure data management schedule deliveries 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 due data management offset default value, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

       AnDCDRLCentral.DueDataManagementOffset.Default = 5

    2. Set the value for this property depending on your business requirements.
  3. To configure the Report Year End Selections, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

       AnDCDRLCentral.ReportYearEndSelections = 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
      

    2. Set the value for this property depending on your business requirements.
  4. To configure the tree menu used for Contract bookmarks with the name Contract Documentation, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

       eServiceSuiteAerospaceProgramManagementAccelerator.emxTreeAlternateMenuName.type_ProjectVault.ContractDocumentation = AnDtype_ContractDocumentation

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

    2. Set the value for this property depending on your business requirements.
  5. To configure tree menu for contract bookmarks with the name Outgoing Correspondence, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

       eServiceSuiteAerospaceProgramManagementAccelerator.emxTreeAlternateMenuName.type_ProjectVault.OutgoingCorrespondence = AnDtype_ContractOutgoingCorrespondence

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

    2. Set the value for this property depending on your business requirements.
  6. To configure the tree menu used for contract bookmarks with the name Incoming Correspondence, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

       eServiceSuiteAerospaceProgramManagementAccelerator.emxTreeAlternateMenuName.type_ProjectVault.IncomingCorrespondence = AnDtype_ContractIncomingCorrespondence

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

    2. Set the value for this property depending on your business requirements.
  7. To configure the tree menu used for contract bookmarks with the name DAL, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

       eServiceSuiteAerospaceProgramManagementAccelerator.emxTreeAlternateMenuName.type_ProjectVault.DAL = AnDtype_ContractDAL

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

    2. Set the value for this property depending on your business requirements.
  8. 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.