cancel
Showing results for 
Search instead for 
Did you mean: 

Display sys:node-dbid as an aspect

dleeuwen
Champ in-the-making
Champ in-the-making
Hi all,

I am trying to maken a custom aspect that displays the dbid, but I can't get it working.

In my customModel.xml I added the following:


<aspect name="custom:Identiteit">
       <title>ID</title>
       <properties>
         <property name="custom:ID">
           <title>ID</title>
           <type>sys:node-dbid</type>
         </property>
       </properties>
</aspect>

But whenever I add the <type>sys:node-dbid</type> alfresco won't start anymore until I remove that line.

Do I use it in a wrong way?

Thanks,
Danny
10 REPLIES 10

dleeuwen
Champ in-the-making
Champ in-the-making
Allright, thank you.