Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Boy on March 26, 2012, 11:16:05 AM

Title: Agent interaction history in GAD
Post by: Boy on March 26, 2012, 11:16:05 AM
Hi.
I think all who use Genesys Agent Desktop, have the same question from customer – how to find interactions what agent just processed.
We are planning GAD customization to add this interaction history by agent (like it is in Interaction Workspace). I spend a lot of time reading AIL java API reference, but did not found any methods for retrieving this info from UCS.
Is it possible using AIL? Any ideas how to do this?

Thanks.
Title: Re: Agent interaction history in GAD
Post by: sggu3 on March 28, 2012, 03:44:57 AM
In addition to repent when I tell you the opening opposite the Emergency surprises skip [url=http://www.woweuvip.fr]wow gold[/url] Well, I should add that under the surprise, he might want to extract is [url=http://www.woweuvip.fr]wow po[/url] opposite the red halo you 1.5 seconds to spend about 0.5 seconds, and opened if the change bears a good cutting sword and shield [url=http://www.goldsoon.com/runescape_gold.html]runescape gold[/url] hanging insight three bean is used to return to the blood and brush interrogation mill [url=http://www.goldsoon.com/runescape_gold.html]buy runescape gold[/url] blood rely on prompt evil
Title: Re: Agent interaction history in GAD
Post by: ledge on March 29, 2012, 01:02:52 AM
Don't know about the AIL and customizing GAD, but I got around this by writing details to a custom DB table for all interactions that target or are sent by an agent (includes email address, time, Interaction ID, agent ID and some other custom data), then each day a shell script runs a query, saves it to csv and emails the interactions for the previous day to the customer.

You could have something that queried that DB table directly for real time reporting of the interactions.
Title: Re: Agent interaction history in GAD
Post by: René on March 30, 2012, 09:32:16 AM
Hi Boy,

AIL doesn't support such query IMHO so direct query to UCS db would be the only solution. Unfortunately.

R.