I am looking for information on the best approach to doing a screen pop from GAD to an AS400 5250 session. The requirement is that when a new call is received by GAD, a window will popup with a button asking the user to confirm if the 5250 screen should be populated with the customer information from the call. Upon clicking a button, the attached data is to be used to populate the 5250 screen.
This is a migration to Genesys from another platform, and there is currently a windows desktop application which gets call events from a CTI server and then executes a VBScript to run Host Access Class Library (HACL) automation objects to send keys to the 5250 session. The new solution with GAD needs to accomplish the same thing, and ideally it would execute the existing VBScript to do so. However, since GAD is a web app the browser security makes this a bit more difficult.
I am considering a few different options.
1) lower the browser security to allow the existing VBScript to run. Easiest thing to do but of course might not fly for obvious security concerns.
2) create an ActiveX COM object and call that from the browser. I think that might require me to create a certificate to allow that to run, but I am not sure about that. Can anyone comment on that?
3) create a standalone desktop app that essentially does what they have today and does not actually integrate with GAD at all. The concern with this approach is requiring the user to start up and log into two separate applications, although this might be accomplished by storing some user profile info on the local machine.
If anyone has a solution please let me know.
Thanks