- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To define the program:method used to display the On Schedule values for the Risk Charts, follow these steps:
-
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.
-
Set the value for this property depending on your business requirements.
-
To define the program:method used to display the Late Start values for the Risk Charts, follow these steps:
-
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.
-
Set the value for this property depending on your business requirements.
-
To define the program:method used to display the Not Started values for the Risk Charts, follow these steps:
-
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.
-
Set the value for this property depending on your business requirements.
-
To define the program:method used to display the Completed On Time values for the Risk Charts, follow these steps:
-
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.
-
Set the value for this property depending on your business requirements.
-
To define the program:method used to display the Completed Late values for the Risk Charts, follow these steps:
-
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.
-
Set the value for this property depending on your business requirements.
- 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.
|