- 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 Opportunity Charts, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
AnDPMA.Opportunity.OpportunityChartProgram.On_Schedule = AnDemxRisk:getSectionOpportunitysOnSchedule
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 Opportunity Charts, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
AnDPMA.Opportunity.OpportunityChartProgram.Late_Start = AnDemxRisk:getSectionOpportunitysLateStart
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 Opportunity Charts, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
AnDPMA.Opportunity.OpportunityChartProgram.Not_Started = AnDemxRisk:getSectionOpportunitysNotStarted
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 Opportunity Charts, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
AnDPMA.Opportunity.OpportunityChartProgram.Completed_On_Time = AnDemxRisk:getSectionOpportunitysCompletedOnTime
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 Opportunity Charts, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
AnDPMA.Opportunity.OpportunityChartProgram.Completed_Late = AnDemxRisk:getSectionOpportunitysCompletedLate
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.
|