Closed
Solved
Assign To self
hi,
There are two workqueues for 2 managers , can access the cases by both the managers , after opening any case they can assign to self , it should show in their worklist or basket.
how to achieve this..
***Edited by Moderator Marissa to change type from Pega Academy to Product, added Capability tags***
To see attachments, please log in.
@SoumyaG82
I would recommend going with GetNextWork to avoid cherry-picking the cases directly by the Manager from Work Queues.
GetNextWork has two options for user assignment -
1) Once the user clicks on GetNextWork, the next urgency case gets automatically assigned to the user by default.
2) Once the user clicks on GetNextWork, the next urgency case is shown to the user, however, the case gets assigned to the user once the user clicks on Finish Assignment.
I think your scenario fits into second option where the user can assign to self when they click on Finish Assignment (Submit button).