Question
1
Replies
153
Views
Posted: January 22, 2019
Last activity: January 23, 2019
Closed
Using ToLeveledGroup router but case created by an operator must need to routed to him only
I have used ToLeveledGroup router which is routing the work to an operator with least urgent work. Now I have a condition that if an operator create a work, case must be routed to him only. How to do this.??
You could create a custom router to route to the current operator if they created the work object and call ToLeveledGroup otherwise.