Show/Hide Personal Work Queues
The personalWorkQueue configuration parameter specifies whether or not the logged-in user’s personal work queue is shown or hidden by default.
This parameter can be used in conjunction with the <WorkQueue> / <PersonalWorkQueueOption> user access profile property in the userAccessProfiles.xml file, which specifies whether or not the user can change the default specified in this parameter. For more information, see WorkQueue PersonalWorkQueueOption.
To specify whether to show or hide the logged-in user’s personal work queue by default:
|
1.
|
Open the appropriate config.xml file, depending on whether you are configuring the iProcess Client or a custom application. For information about the file’s location, see Configuration Files. |
|
2.
|
Locate the personalWorkQueue record in the config.xml file. For example:
|
|
3.
|
Set the default attribute as follows: |
|
—
|
To show the queue by default, set default = “show”. |
|
—
|
To hide the queue by default, set default = “hide”. |