I have asked these questions because the Genesys Desktop 7.6 Developer’s Guide doesn’t cover how to connect GAD to a database for interrogation, also it doesn’t cover specific how to link my JSP/Servlet to a specific event on GAD and last because I couldn’t find how to get AttachedData from a call in progress on GAD.
Can you point me out in the documentation for these directions?
You are right the customization is not described in document. It is just mentioned in sample6—interaction-information. You have to download the Genesys Desktop Customization Samples. Basically the GAD is combination of Platform and AIL SDKs.
One interaction is received you can use the AIL.
If you need to connect to an custom database the Genesys doesn’t provide any interface to do it, as far as I know. You have to create your own connector in JSP, Java.
If you need to connect to configuration database use Platform SDK Configuration for UCS use Platform SDK Contacts.
How to determine received interaction you can find in Genesys Desktop 7.6 XML Tag Reference.
There are Tags you can use in custom.xml file.
Thank you very much for the informations. I will look into the documentations and sample you have mentioned regarding the xml tags, I need to link the JSP execution to a specific event ( when the agent answered the call ) and I am not sure if this interaction is covered? Also do you have any idee which Tomcat version ( 5.5, 6 or 7 ) is Genesys using for gdesktop?
Thank you very much for the response, as you probably have figured it out it is related to the other post.
Also I haven’t figured it out by using AIL Java library how to read the AttachedData on the InteractionID, I saw only the examples in which you are setting your own custom AttachedData keys: