cancel
Showing results for 
Search instead for 
Did you mean: 

Display UUID in the Explorer

pdigumarthi
Champ in-the-making
Champ in-the-making
Hi ,


After adding a document to a store , I can see properties of the document like , Name, Title, Creation Date,
Content Type.

I also want to display the UUID for the document in the front end , can this be done ?

I want to treat this UUID as a metadata of the document
2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator
Of course you can ,UUID for the document is saved in sys:node-uuid property .But I don't think  it is neccessary to display it to front user.Admin user can check a node 's uuid by using Node Browser.
If you really want to display uuid  in the front end,you can customize web-client-config-custom.xml file and add something like following

      <show-property name="sys:node-uuid" display-label-id="uuid"
         show-in-edit-mode="false" /

Thank you so much