cancel
Showing results for 
Search instead for 
Did you mean: 

how to make visible the node-dbid in the advanced search

skug
Champ in-the-making
Champ in-the-making
Hi All,
I edited the file web-client-config-custom.xml to display the object DBID. Now, how can I do to make visible the property node-dbid in the advanced search?

Any help would be appreciated.
Thanks.
1 REPLY 1

jbarmash
Champ in-the-making
Champ in-the-making
Add the following section into your web-client-config-custom.xml.   Replace meta-data with refernce to the dbid property. 


<config evaluator="string-compare" condition="Advanced Search">
      <advanced-search>
         <content-types>
         </content-types>
         <custom-properties>
            <meta-data aspect="app:simpleworkflow" property="app:approveStep" />
         </custom-properties>
      </advanced-search>
   </config>
  


Check out http://wiki.alfresco.com/wiki/Advanced_Search_Custom_Attributes for more info.