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

Title: Updating List Objects
Post 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
Title: Re: Updating List Objects
Post by: Kubig on August 12, 2014, 05:18:45 PM
Please, read the doc carefully and check available namespaces before create topic. Your question can be clearly answered within these sources.
Title: Re: Updating List Objects
Post by: masa_dag on August 13, 2014, 07:36:13 AM
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
Title: Re: Updating List Objects
Post by: Kubig on August 13, 2014, 10:51:33 AM
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.
Title: Re: Updating List Objects
Post by: masa_dag on August 13, 2014, 01:57:17 PM
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
Title: Re: Updating List Objects
Post by: Kubig on August 13, 2014, 02:10:18 PM
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.
Title: Re: Updating List Objects
Post by: masa_dag on August 14, 2014, 02:44:42 PM
Ok Kubig, thank you.