cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
856
Views
5
Helpful
6
Replies

UCCX Scripting Question, Can I Set A Call With Multiple CSQs?

braedwstr
Level 1
Level 1

Can I "Set" a call in UCCX scripting with two different CSQs instead of using an additional Select Resource step like an overflow CSQ would use?  I would like for the call to be tagged with two different CSQs and which ever agent is available first would get the call.  They are different teams but can take calls for each other in a pinch.  I've search the forums and boards but I didn't see this answered exactly.   

1 Accepted Solution

Accepted Solutions

To the best of my knowledge, yes. And the article confirms it.

View solution in original post

6 Replies 6

I found that post and article as well.  I didn't want to assume that was the only way to queue a call to multiple CSQs.  It seems to me that I could add a couple of steps like:

SET CSQ= CSQ1

SET CSQ= CSQ2

And this would do the same thing.  Thoughts?

Actually, just doing a Set step alone will not queue the call; rather you would have to use the Select Resource step just like the posted article shows.

 

So adding the additional Select Resource step is the only way to queue a call to multiple CSQs?

To the best of my knowledge, yes. And the article confirms it.

Good deal.  Thank you.