" /> 7.5, genesys desktop, category, reporting - Genesys CTI User Forum

Author Topic: 7.5, genesys desktop, category, reporting  (Read 5736 times)

Offline Doo-Bop

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
7.5, genesys desktop, category, reporting
« on: October 12, 2007, 06:58:56 AM »
Advertisement
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

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: 7.5, genesys desktop, category, reporting
« Reply #1 on: October 12, 2007, 07:41:47 AM »
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?

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: 7.5, genesys desktop, category, reporting
« Reply #2 on: October 12, 2007, 09:06:23 AM »
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

Offline Doo-Bop

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: 7.5, genesys desktop, category, reporting
« Reply #3 on: October 12, 2007, 12:05:26 PM »
Yes I see ,
but there is one problem. You have to mark call as some category before mark done pressing.
Doo-bop

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: 7.5, genesys desktop, category, reporting
« Reply #4 on: October 12, 2007, 12:15:27 PM »
Yeah, thats one of those things with GAD really!

Offline Seb Reeve

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 0
    • Sabio Limited
Re: 7.5, genesys desktop, category, reporting
« Reply #5 on: October 12, 2007, 03:19:50 PM »
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...

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: 7.5, genesys desktop, category, reporting
« Reply #6 on: October 15, 2007, 07:47:11 AM »
[quote author=Seb Reeve link=topic=2512.msg9614#msg9614 date=1192202390]
You can do this in GAD withou coding using Business Attributes:

Create a new "Business Attribute" in the CME "Business Attributes" folder:

[/quote]

Is it wrong that this made me laugh? :D

Offline Seb Reeve

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 0
    • Sabio Limited
Re: 7.5, genesys desktop, category, reporting
« Reply #7 on: October 15, 2007, 08:20:38 AM »
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!!

:D