" /> CCPulse Scripting Dynamic DB select - Genesys CTI User Forum

Author Topic: CCPulse Scripting Dynamic DB select  (Read 2348 times)

Tobe

  • Guest
CCPulse Scripting Dynamic DB select
« on: April 30, 2009, 11:23:11 AM »
Advertisement
Hi all,

I want to get data from a database which correspond to the RoutingPoint/VQ on which the template in CCPulse is loaded.
Example:
select "Value" from database where routingpoint = "RoutingPointNumber or VQ from template"

Currently I know only the static , hard coded version:
select "Value" from database where routingpoint = "123"

Thx!