" /> Inserting into user defined table using custom DAP. - Genesys CTI User Forum

Author Topic: Inserting into user defined table using custom DAP.  (Read 1546 times)

Offline kny

  • Newbie
  • *
  • Posts: 24
  • Karma: 0
Inserting into user defined table using custom DAP.
« on: August 02, 2016, 10:01:21 AM »
Advertisement
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

Offline n3vek7

  • Full Member
  • ***
  • Posts: 137
  • Karma: 3
    • ITKB
Re: Inserting into user defined table using custom DAP.
« Reply #1 on: August 02, 2016, 08:41:12 PM »
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)