DocumentManagementClient.GetNode() does not return Metadata
How do I get the metadata for a node. I created the node with DocumentManagementClient.CreatNode(otauth,Node) and all my specified metadata was created. But when I get the node Metadata is nothing. Specifically I am trying to retrieve the specifics tab for a physical object. Any help.
Comments
-
The node was actually created on Content Server and has all of the metadata that you entered from CWS, but when you call document management's "GetNode" and pass in the node ID, the resulting node does not have Metadata on it, as in the Metadata is missing or empty?
0 -
That is correct. Calling Getnode(otauth,id) retrieves the node but Metadata is nothing. Any ideas on how to get metadata to populate?
0 -
Should have already been populated. Can you try something... add a category with at least one attribute (and a value in that attribute, say a string of text in a Text Field) to that node. Then try the GetNode again, and see if Metadata gets populated (it should).
0 -
Hi, i am facing the same issue:
i have already applied a category to the node, now when i am trying to retrieve the node, all i can retrieve is the description of the metadata and the key value, but i am unable to retrieve the metadata entered by the user. can anybody help me out! ?
0 -
Quoted Kevin Mark on 12/03/2014 11:18 AM:
Should have already been populated. Can you try something... add a category with at least one attribute (and a value in that attribute, say a string of text in a Text Field) to that node. Then try the GetNode again, and see if Metadata gets populated (it should).
Ok I added a cat and att and getnode did populate with 1 attribute group as expected. Now how do I get the rest of the attributes from the specific tab. For example I want to get the pofromdate and offsite storage id.
0 -
OK. I got it. used the PhysicalObjectsClient.PhysObjGetInfo Thanks for the help.0
-
Quoted gaurav mahajan on 12/03/2014 12:57 PM:I tried this;Node = DocumentServiceClient.GetNode(otauth,id)For each Cat as cws.AttributeGroup in Node.Metadata.attributegroupsFor each Att as object in Cat.valuesMsgbox (“Category “ & Cat.displayname & “ Attribute “ & att.description & “ first value “ & att.values(0)NextNextThere must be a more elegant way to do this without iteration. But maybe it can get you started.
Hi, i am facing the same issue:
i have already applied a category to the node, now when i am trying to retrieve the node, all i can retrieve is the description of the metadata and the key value, but i am unable to retrieve the metadata entered by the user. can anybody help me out! ?
0 -
Cats:atts ,wf data structures , forms are not your averageprogramming object .It takes some understanding of looking at the gui and howvalues are stored in the database
https://appukili.wordpress.com/2013/03/22/how-to-parse-a-nodes-categories-in-c-wcf-code/
as a programmer, developer in livelink for some time I sometimes dwelvein this space
The above two links I coded when people asked me to help, it is writtenin very verbose manner.This may give you some ideas.Most of it is OT code re purposed to suit some other purpose
..AppuI wonder how one could debug livelink if Fiddler, Wireshark and Softerra LDAP browser was not invented and not free0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories