cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
399
Views
0
Helpful
1
Replies

UCCE scripting query

Vijay Patil
Level 3
Level 3

I am working on UCCE version 10.5 script  requirement where any customer selects  "customer service" is selected on the phone;the skill group "ABC" should handle the call first. If this skill group is busy, people in "XYZ" skill group should handle the call.

1 Reply 1

Chintan Gajjar
Level 8
Level 8

if i had to do it, i would use two queue to skill group node.

first one queues the call to ABC and success/failure path of that node to another queue to skill group node for "XYZ".

and again there are many ways like have a LAA node pointing to queue to skill group ABC and the failure path pointing to queue to skill group node having both ABC and XYZ skill.