Hello everyone.
I'm new to Documentum and completely lost. I hope someone can answer this.
I'm making the Console app in C# to access Documentum server using wsdl.
the goal is to select all documents that may need an update in custom properties. Then I need to update some properties and post them back
( or update an document object as I figure form manuals). When I list documents through a web browser in WebTop, each document has a set of Custom Attributes
that I need to read and then update. However, when I query the server I get standart or general list of properties ( 18 of them ) that do not include ones that I can see in the browser. I use select statement "SELECT * FROM dm_sysobject WHERE FOLDER ('/.......')"
Am I doing it wrongly?
I'm using PassthroughQuery and QueryService. which returns a DataPackage (DataPackage resultDp = queryResult.DataPackage;)
Any help is greatly appreciated.
Thanks
Vadim