- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To configure task completion percentages, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxProgramCentral.TaskPercentages=
-
Set the value for this property depending on your business requirements:
Users with editing access for a task assign a % complete to indicate progress on
completing the task. You can define the values available in the "% Complete"
list.
-
To configure the response types for a gate's checklist items, follow these steps:
-
Add or edit these lines in the file used to import properties into a page object:
emxProgramCentral.Checklist.Item.TotalResponseTypes=3
emxProgramCentral.Checklist.Item.ResponseType1.Options=Yes|No
emxProgramCentral.Checklist.Item.ResponseType2.Options=Make|Buy
emxProgramCentral.Checklist.Item.ResponseType3.Options=Approved|Conditionally_Approved|Not_Approved
emxProgramCentral.Checklist.Item.ResponseType1.IsMultiSelect=true
emxProgramCentral.Checklist.Item.ResponseType2.IsMultiSelect=false
emxProgramCentral.Checklist.Item.ResponseType3.IsMultiSelect=true
-
To add any other response type, add or edit these lines:
emxProgramCentral.Checklist.Item.ReponseType<N>.Options
emxProgramCentral.Checklist.Item.ReponseType<N>.IsMultiSelect
-
To define the corresponding string resource entries, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxProgramCentral.Checklist.Item.ResponseType.<the option name>
-
Set the value for this property depending on your business requirements.
-
To prevent deletion and cutting/pasting of mandatory tasks, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
emxProgramCentral.EnforceMandatoryTasks=true
-
Set the value to "true" to not allow the following:
- Deletion of mandatory tasks
- Marking for deletion of mandatory tasks
- Cutting and pasting of mandatory tasks
- 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 emxProgramCentral.properties page object. For more information, see Editing Properties Using MQL.
|