Configuring the Program Methods for Risk Chart Summaries

You can configure the Program methods for Risk Chart summaries.

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 program:method used to display the On Schedule values for the Risk Charts, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Risk.RiskChartProgram.On_Schedule = AnDemxRisk:getSectionRisksOnSchedule

      This value should not be modified without advanced understanding of the application.

    2. Set the value for this property depending on your business requirements.
  3. To define the program:method used to display the Late Start values for the Risk Charts, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Risk.RiskChartProgram.Late_Start = AnDemxRisk:getSectionRisksLateStart

      This value should not be modified without advanced understanding of the application.

    2. Set the value for this property depending on your business requirements.
  4. To define the program:method used to display the Not Started values for the Risk Charts, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Risk.RiskChartProgram.Not_Started = AnDemxRisk:getSectionRisksNotStarted

      This value should not be modified without advanced understanding of the application.

    2. Set the value for this property depending on your business requirements.
  5. To define the program:method used to display the Completed On Time values for the Risk Charts, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Risk.RiskChartProgram.Completed_On_Time = AnDemxRisk:getSectionRisksCompletedOnTime

      This value should not be modified without advanced understanding of the application.

    2. Set the value for this property depending on your business requirements.
  6. To define the program:method used to display the Completed Late values for the Risk Charts, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Risk.RiskChartProgram.Completed_Late = AnDemxRisk:getSectionRisksCompletedLate

      This value should not be modified without advanced understanding of the application.

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