I need information about filters for CCA, in my CC are to 2 services (agent groups), one agent and more can answer the calls for both groups. I have to get statistics about every services, how much per day agents talk for this group and another. I create filter in DMA, in CM I create “annex”, in routing strategy add new topic “UPDATE= name=Customer, value= “agent group name””. Thats all.
And than I with CCA want to get statistic in this table is always zero.
I’ve never tried filtering off of data attached in a routing strategy, but it should work. You mention that you use “update” in the routing strategy, I believe you should be using “attach” to add a key value pair to filter on. The filter would then be in the form PairExists(“key”,“value”)
As an alternative, you could try setting up a filter on an existing call attribute, such as "ThisQueue = “7113"” or “ThisDINS = 6113”.
I was able to successfully get it to work with URS attaching the data to the call, and then have CCA tell me how many calls came with a specific key value. I use this when I want to create a routing report for a multiskill agent.