Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: PFCCWA on March 04, 2014, 02:41:12 PM
-
Hello,
Does anyone know which table would provide me with the values for fields such as contact info type or call result?
I know the schema is not available for configuration server but looking to determine what is required for an import directly into the calling list through DB.
Most of the values are in outbound contact reference manual but would be useful if DBA can use genesys table to reference and write relevant value into the column.
thanks.
-
The association between number and constant name is hardcoded as a struct in application, so it does not present in any DB or external data store.
-
[quote author=PFCCWA link=topic=8245.msg36301#msg36301 date=1393944072]
Does anyone know which table would provide me with the values for fields such as contact info type or call result?
[/quote]
It is very well documented on the Outbound deployment/reference guides.
-
It could be retrieved from config server DB, for example for call result:
select lc_subtype, lc_value from cfg_locale
where lcid=1
and lc_class=8
and lc_type=18
but I suggest to simply create your own dictionary table