03-18-2016 03:04 AM
We have a customer that will have a SQL database that they want Finesse to contact with a ANI to bring back certain account details?
I guess I can use a screen pop gadget to use values from callvariables, then form a http request for the data, but can anyone suggest a form in which to view the response?
Solved! Go to Solution.
03-18-2016 10:22 AM
How about creating a custom gadget? Take a look at the Screenpop Sample Gadget from the Finesse Sample Gadgets page (If you are using a version prior to Finesse 11.0, go to the archives page) to see how to pull the ANI value. This sample gadget uses a callvariable to do a browser search. This concept can be extended to fit your needs.
You can build a custom gadget where you grab the ANI value and do the HTTP request to the SQL database. Then using javascript, you can parse the response and display the values in the custom gadget.
03-18-2016 10:22 AM
How about creating a custom gadget? Take a look at the Screenpop Sample Gadget from the Finesse Sample Gadgets page (If you are using a version prior to Finesse 11.0, go to the archives page) to see how to pull the ANI value. This sample gadget uses a callvariable to do a browser search. This concept can be extended to fit your needs.
You can build a custom gadget where you grab the ANI value and do the HTTP request to the SQL database. Then using javascript, you can parse the response and display the values in the custom gadget.
10-03-2017 08:15 AM
Denis,
Do you happen to have an example of making the HTTP request to the SQL database? Everything else I've figured out how to do.
Thanks
10-03-2017 01:23 PM
Hi Bruce,
Unfortunately I don't.
Thanx,
Denise
08-09-2018 03:18 PM
Hi Bruce,
I have the same requirment and taught of checking how yours is done.Any info is appreciated.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide