Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: kny on August 02, 2016, 10:01:21 AM
-
Hi,
I wanted to know if there is a way to insert into a custom database using a custom DAP using genesys psdk. I've done some research on OPEN Media but it doe not answer to my question. I wanted to know if there is a way to insert into a custom database using genesys dap.
Thanks
-
Yes, you can insert via a DAP, and this, in URS or ORS. Why PSDK?
You need a DB Server of the type of your database (sql serv, oracle, postgre, etc.) and a DAP with the required credentials.
Or, if I'm correct, you could also use JS script and JDBC with composer/ORS. (never tried it, but it should work)