04-12-2019 04:05 AM
Hi All!
Is there a way we can set a PQ priority for agents? The Proficiency level of Attributes settings are only for Agents available, but not for PQs that are already on queue. Setup is below:
Precision Queues:
PQ1: ATT1<=10
PQ2: ATT2<=10
Agent1 Skills:
ATT1=10
ATT2=1
Agent2 Skills:
ATT1=1
ATT2=10
Scenario:
No agents available at the moment. Call for PQ2 came in first and is now on queue for 5 minutes, then call for PQ1 came in last.
Requirement:
Agent1 will need to login and should be able to take the call for PQ1.
Is there a way to achieve this requirement? Any inputs is greatly appreciated. Thanks!
Ken
04-12-2019 06:41 AM
04-12-2019 01:53 PM
04-12-2019 08:57 AM
So you have the following
Calls arrive gold, silver and are offered to a single PQ. Within the PQ you have assigned attributes which different agents have gold agent silver agent both of which can answer both sets of calls if required . But if you have silver calls queuing but then gold agent logs in and a gold call arrives you want the gold agent to answer the gold call first even though it will be silver since it is longest in the queue?
As David said you could assign a priority?
Either give all gold calls a high priority and silver a low one but that means silver may not be answered.
So you could give new gold and silver calls the same priority but silver calls when they are waiting a lower priority so new gold and new silver calls are answered first but you run the same risk of silver waiting calls are delayed
You set priority of new gold calls by checking if there are any silver calls waiting and only then assign a higher priority.
You will probably need to set a "set variable" to silver call queueing and then with new gold call have a if statement to check is this set variable has been assigned and only if assigned set call priority for gold to be higher
Having a single PQ for 2x attributes - gold and silver - I'm not sure the queueing call "comes" out of the exit state or stays in PQ. If it does not then create two separate PQ for gold and silver and overflow between them to set the variable?
04-12-2019 02:04 PM
04-12-2019 02:10 PM
You probably need an if statement to check if any gold calls are in queue or waiting if not then offer silver call to the gold agent
04-13-2019 02:19 AM
This is exactly what I’m thinking. Do I need to have access with the script editor to do this or can I do it directly ing the PQ Step Process? Can you give me an example? I know the argument but I dont know how to exactly put it in the Consider If portion of the PQ.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide