- Create or open the text file to contain customized properties for exmSystem.properties. For more information, see Editing Properties Using MQL.
-
To require the user to enter a password when approving a route task, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxFramework.Routes.EnableFDA
-
Set the value for this property depending on your business requirements:
-
true Users must enter a password to approve a route task.
-
false Users do not need to enter a password.
-
To require users to also enter their names when the above property is true, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxFramework.Routes.ShowUserNameForFDA
-
Set the value for this property depending on your business requirements:
-
true Users must enter their names to approve a route task.
-
false Users do not need to enter their names.
-
To display and track the Responsible Role for a task, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxFramework.Routes.ResponsibleRoleForSignatureMeaning.Preserve
-
Set the value for this property depending on your business requirements:
-
true Adds a Responsible Role field to a task when the task is assigned to a role instead of a specific user. You must also set emxFramework.Routes.EnableFDA to true.
-
false The Responsible Role field is not shown.
- 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 emxSystem.properties page object. For more information, see Editing Properties Using MQL.
|