Display Object DBID

From AlfrescoWiki

Jump to: navigation, search


Edit the custom web client configuration file (web-client-config-custom.xml) and add the following lines.

  <config evaluator="node-type" condition="content">
     <property-sheet>
        <show-property name="sys:node-dbid" display-label="Node DBID" />
     </property-sheet>
  </config>
  <config evaluator="node-type" condition="folder">
     <property-sheet>
        <show-property name="sys:node-dbid" display-label="Node DBID" />
     </property-sheet>
  </config>
  <config evaluator="node-type" condition="fm:forum">
     <property-sheet>
        <show-property name="sys:node-dbid" display-label="Node DBID" />
     </property-sheet>
  </config>
  <config evaluator="node-type" condition="fm:topic">
     <property-sheet>
        <show-property name="sys:node-dbid" display-label="Node DBID" />
     </property-sheet>
  </config>