Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Scottyjohn on June 04, 2012, 05:25:11 PM
-
Hi all,
I have managed this before and cant find the query :-(
I want a query that will pull the template options from config DB. Any help much appreciated!
-
Hi,
Here is the code:
[code]SELECT templ.name,aopt.section,aopt.opt,aopt.val
FROM cfg_app_prototype templ
LEFT JOIN cfg_app_option aopt ON aopt.object_dbid = templ.dbid AND object_type = 20
ORDER BY templ.name,aopt.section,aopt.opt
[/code]
R.
-
Thanks Rene your a star ;D