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..
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..
Hi @SoumyaG82
Hope you are doing well.
Here’s a comprehensive approach that incorporates best practices and addresses potential issues:
Thank You
Megha
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 -
Once the user clicks on GetNextWork, the next urgency case gets automatically assigned to the user by default.
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).
Hi , I need to create Assign to me button functionality with this approach , how tom achieve this