09-13-2013 01:44 PM
09-16-2013 05:04 PM
09-17-2013 08:24 AM
09-17-2013 01:21 PM
09-18-2013 11:36 AM
09-21-2013 05:48 PM
<#list document.auditTrail as t>
<tr>
<td>${t.userIdentifier}</td>
<td>${t.auditApplication}</td>
<#if t.auditMethod?exists>
<td>${t.auditMethod}</td>
<#else>
<td> </td>
</#if>
<td>${t.date?datetime}</td>
<#if t.values?exists>
<td>
<@hashMap map=t.values />
</td>
<#else>
<td> </td>
</#if>
</tr>
</#list>
09-23-2013 09:45 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.