06-17-2008 09:09 AM
06-18-2008 10:31 AM
06-18-2008 11:44 AM
<#assign myCateg="" />
<#if doc.properties["{http://www.alfresco.org/model/content/1.0}categories"]??>
<#assign myDocCateg = doc.properties["{http://www.alfresco.org/model/content/1.0}categories"] />
<#list myDocCateg as allCategories>
<#assign myCateg = myCateg + allCategories.name/>
<#if !(allCategories == doc.properties["{http://www.alfresco.org/model/content/1.0}categories']?last)><#assign myCateg = myCateg + ", "/></#if>
</#list>
</#if>
06-18-2008 11:52 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.