Author Topic: Updating List Objects  (Read 3016 times)

Offline masa_dag

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Updating List Objects
« 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

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Updating List Objects
« Reply #1 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.

Offline masa_dag

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Updating List Objects
« Reply #2 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

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Updating List Objects
« Reply #3 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.

Offline masa_dag

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Updating List Objects
« Reply #4 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

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Updating List Objects
« Reply #5 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.

Offline masa_dag

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Updating List Objects
« Reply #6 on: August 14, 2014, 02:44:42 PM »
Ok Kubig, thank you.