Question
AMEX
US
Last activity: 14 Dec 2015 15:06 EST
How does PickBalancedOperator function randomly picks the Operator
Hi,
We have an application in which we are assigning work to operators based on skills.
Ideally operators should be assigned with work based on skills, workload, availability and also time duration of operator availability.
But the operator is getting picked up randomly and not based on time duration of operator availability.
eg:
Operator A logs in at 9:00AM and makes himself available
Operator B Logs in at 9:30AM and makes himself available
Operator C logs in at 10:00AM and makes himself available.
after 10:00AM when all the 3 operators are available, if an assignments comes in, it gets assigned randomly to any one of them. But Ideally it should be assigned to Operator A as he as was available for a longer time.
Hi Venkata,
It does not look like the pickBalancedOperator function is designed to take the time duration of availability into account. I checked the referencing rules and see the function is referenced by the ToLeveledGroup and ToSkilledGroup activities. Both of these rules are available so you may be able to write a custom function that meets your needs and call that instead.
Carissa