Hi Jeff
The "cm:referencing" aspect is also what I am looking for. However I just don't understand what the "Out-of-the-box" means. My original understanding is that the aspect has been implemented but not exposed to the end user. So I searched in tomcat/shared/classes/alfresco/extension folder and find nothing associated, I opened "share-config-custom.xml" file and can't find it as well. Would you please explain more on how to enable this aspect? Thanks a lot!
### share-config-custom.xml ###
<aspects>
<!– Aspects that a user can see –>
<visible>
<aspect name="cm:generalclassifiable" />
<aspect name="cm:complianceable" />
<aspect name="cm:dublincore" />
<aspect name="cm:effectivity" />
<aspect name="cm:summarizable" />
<aspect name="cm:versionable" />
<aspect name="cm:templatable" />
<aspect name="cm:emailed" />
<aspect name="emailserver:aliasable" />
<aspect name="cm:taggable" />
<aspect name="app:inlineeditable" />
<aspect name="gd:googleEditable" />
<aspect name="cm:geographic" />
<aspect name="exif:exif" />
<aspect name="audio:audio" />
<aspect name="cm:indexControl" />
<aspect name="dp:restrictable" />
</visible>
<!– Aspects that a user can add. Same as "visible" if left empty –>
<addable>
</addable>
<!– Aspects that a user can remove. Same as "visible" if left empty –>
<removeable>
</removeable>
</aspects>