Hi,
do You have some example how to configure categories (for example platinum, gold , silver) that agents be able select in his desktop (standard genesys desktop) and to be able make statistics including categories.
Something like categories in 6.5 enviroment configured in the contact server options.
Doo-Bop
Hi,
Multimedia and Genesys Desktop does not support Category reporting like in ICS. Also there are no DataSourcer for ContactServer 7.5 available, which means that all CCA reporting from ContactServer stops when migrating from ICS to MMā¦
Maybe you can develop some custom reporting, ie write to db from Genesys Desktop, and then use Excel for direct access to the stats?
You could create some custom code for GAD which will allow the agents to select from a drop down box.
The values can be fed from Business Attributes within CME. From this, you can set up filters in CCA which will enable you to report on how many times each agent / group (and other things) has manually selected the option.
We have done similar in our environment for āwrap codesā.
I think the code might actually be availble on DevZone!
Mark
Yes I see ,
but there is one problem. You have to mark call as some category before mark done pressing.
Doo-bop
Yeah, thats one of those things with GAD really!
You can do this in GAD withou coding using Business Attributes:
Create a new āBusiness Attributeā in the CME āBusiness Attributesā folder:
Give it a UserData Key name as its Name
give it any display name you want
Navigate to the āInteraction Attributesā BA and open its āAttribute Valuesā folder
Add a new Attribute Value with a name matching your new BA name.
In the annex tab add a new section āsettingsā and add an option called āis-sortableā - set the value to ātrueā.
Navigate to the āInteraction Custom Propertiesā BA and add a new Attribute Value here as well:
Name should be your other BA name and Display name as you want to see in GAD.
You will now see your option on the Custom Data tab in GAD and your value will be stored in the StrAttribute1 field in the UCS [Interactions] table for reporting.
Hope that helpsā¦
Is it wrong that this made me laugh? ![]()
Sorry - didnāt want to make anyone suck eggs - but they also called this āEnumerated Typesā folder or something for a version or two - just trying to be specific!!
![]()