Hello,
does anyone know the exact meaning of "c.positionInQueue"?
I have a taskflow. (See attachment).
In the logic "Calls in Queue?" I have this:
(q(5961 NL Afspraak)[].callsInQueue +
q(5961 NL Overig)[].callsInQueue +
q(5961 EN Afspraak)[].callsInQueue +
q(5961 EN Overig)[].callsInQueue +
q(5961 Collegiaal)[].callsInQueue +
q(5964 NL Afspraak)[].callsInQueue +
q(5964 NL Overig)[].callsInQueue +
q(5964 EN Afspraak)[].callsInQueue +
q(5964 EN Overig)[].callsInQueue +
q(5964 Collegiaal)[].callsInQueue > 3)
&&
c.positionInQueue == 1
&&
(q(5961 NL Afspraak)[].maxWait +
q(5961 NL Overig)[].maxWait +
q(5961 EN Afspraak)[].maxWait +
q(5961 EN Overig)[].maxWait +
q(5961 Collegiaal)[].maxWait +
q(5964 NL Afspraak)[].maxWait +
q(5964 NL Overig)[].maxWait +
q(5964 EN Afspraak)[].maxWait +
q(5964 EN Overig)[].maxWait +
q(5964 Collegiaal)[].maxWait > 30)
||
c."Bestaande oproep" == "ja"
Does anyone know where the red part is being checked?
Is this the queue for the first topic? I always thought that a queue was for an agent group, and not for a topic? When I am correct, will this then check the queue for the agent group right on top of this logic (see attachment)?

Regards, Peter
does anyone know the exact meaning of "c.positionInQueue"?
I have a taskflow. (See attachment).
In the logic "Calls in Queue?" I have this:
(q(5961 NL Afspraak)[].callsInQueue +
q(5961 NL Overig)[].callsInQueue +
q(5961 EN Afspraak)[].callsInQueue +
q(5961 EN Overig)[].callsInQueue +
q(5961 Collegiaal)[].callsInQueue +
q(5964 NL Afspraak)[].callsInQueue +
q(5964 NL Overig)[].callsInQueue +
q(5964 EN Afspraak)[].callsInQueue +
q(5964 EN Overig)[].callsInQueue +
q(5964 Collegiaal)[].callsInQueue > 3)
&&
c.positionInQueue == 1
&&
(q(5961 NL Afspraak)[].maxWait +
q(5961 NL Overig)[].maxWait +
q(5961 EN Afspraak)[].maxWait +
q(5961 EN Overig)[].maxWait +
q(5961 Collegiaal)[].maxWait +
q(5964 NL Afspraak)[].maxWait +
q(5964 NL Overig)[].maxWait +
q(5964 EN Afspraak)[].maxWait +
q(5964 EN Overig)[].maxWait +
q(5964 Collegiaal)[].maxWait > 30)
||
c."Bestaande oproep" == "ja"
Does anyone know where the red part is being checked?
Is this the queue for the first topic? I always thought that a queue was for an agent group, and not for a topic? When I am correct, will this then check the queue for the agent group right on top of this logic (see attachment)?

Regards, Peter
Comment