05-24-2013 06:32 AM
<#list currNode.properties?keys as p>
<#assign propNode=currNode>
<#if currNode.properties[p]?exists && p?index_of("{http://www.alfresco.org/model/content/1.0}content") == 0 >
,"cm:content":"not_used"
<#elseif currNode.properties[p]?exists && p?index_of("{http://www.alfresco.org/model/content/1.0}") == 0 >
,"${msg(p?replace("{http://www.alfresco.org/model/content/1.0}", "cm:"))}"
<#include "/com/itsistemi/more/scripts/general/convertPropTypesJSON.ftl">
</#if>
</#list>
05-24-2013 03:50 PM
05-25-2013 04:40 PM
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.