Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: gzooby on July 10, 2013, 06:08:23 PM
-
Is it possible to give agents the possibility of selecting multiple disposition codes befores they press "Mark done" button??
Thanks!
-
Multiple? No by default, maybe you can do a customization
-
Yes, agents can only select one disposition code before ending interaction. That generates only one User Event. What I want is to give agents ths possibility of checking more than one disposition code box, so when they "Mark done", this will generate as user events as codes selected by the agent.
Is this possible? Is it the customization too tough?
Thank you a lot for your early response cavagnaro :)
-
And where will they be stored?
What you can do is customize to send more than 1 KVP and each KVP stored on a column or All the Strings in 1 single KVP in the form of "value1,value2,value3" and stored on a single column.
-
OR you can attach several KVP with the same key name:
disposition=value1
disposition=value2
disposition=value3
but how do you plan to use it in reporting?
-
I have already done the reporting. I created a statistical type and a filter that counts the user events of type KVP as the following examples (disposition-code,103) (disposition-code,104)...so I can count how many calls have been classified with each code. I have a filter for each code. I know that doing this I will allow to have more classified codes than the number of calls, but that is what I actually want because clients in this case can call agents for so many reasons!
Sorry my english is terrible!
How can i customize this? Is it in GAD custom file?
Thank you a lot
-
You have to rewrite current disposition code page with related code or write own code with requested funcionality and include this customization to the GAD. this customization will not be a hard stuff, few line with code (I wrote similiar code a few years ago).
All these processes are described in dep or dev guide of GAD
-
Ok thanks! I will give it a try and share my results later!
;D