-
Create a separate user group for each route purpose you want to control. If the
set of users for all controlled route purposes is the same, you only need to
create a single user group. If you add a user who does not have the Leader access role, that user will not be able to create route templates.
For example, if you only want to control who can create route templates using
the Approval route purpose, create a user group with those people. For more
information, see Social and Collaborative: User Groups User's
Guide.
-
Create or open the text file to contain customized properties. For more
information, see Editing Properties Using MQL.
-
To define which route purposes you want to control, follow these steps:
-
Add this property to the text file:
emxComponents.RouteTemplate.EnableCreationFor
-
Add a comma-separated list of the route purpose types you want to
control as the value.
You can include any of these route purpose values: Any route purpose not included in the property value is not
restricted. For
example:emxComponents.RouteTemplate.EnableCreationFor=Review,Approve In
this example, any route template with the Review or Approve route
purpose can only be created by members of the user groups added to
the corresponding property. A route template with the Standard route
purpose is not affected and any user with the Leader access role can create that type of route template.
-
If you included
Approve in the enable creation property, add
this property with a comma-separated list of the required user group names as
the value:
emxComponents.RouteTemplate.ReviewUserGroups
-
If you included
Standard in the enable creation property, add
this property with a comma-separated list of the required user group names as
the value:
emxComponents.RouteTemplate.StandardUserGroups
-
When finished updating the text file with all the 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.
|