Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: masa_dag on August 12, 2014, 03:02:43 PM
-
Hi guys,
I'm coding an application that will update some values in the list objects on CfgServer. After being connected to that server, how can I access the List Objects? Any idea or suggestion would be great. Thank you.
Masa
-
Please, read the doc carefully and check available namespaces before create topic. Your question can be clearly answered within these sources.
-
Hi Kubig,
I didn't understand your answer, do you mean that I should create this topic in the Genesys-related Developement? If that's it, I apologize and I'll change it. Thanks.
Masa
-
No, I mean that you have to read documentation for developer carefully and check available assemblies. Your question is very beginner and can be answered by studying documentation, not by creating topic. If you will have some specific problem with that in future, feel free to create topic related to your field of interest.
-
Ok I see, but I've already read the Platform SDK Developer's Guide especially the part talking about the connection with the CfgServer (p176), they explain how to retrieve or to update informations about a person, but I don't see where they are talking about List Objects, as I'm beginner a little help or hint would be nice. Anyway thank you Kubig for your answers.
Masa
-
ListObject is just one of possible object types within Cfg layer. The work with objects is same in general, with little diffencies in object properties. I strongly recommend to use CfgQueries - so, try to check this part and ho trough this way.
-
Ok Kubig, thank you.