11-28-2012 10:31 AM
11-30-2012 12:20 PM
11-30-2012 12:23 PM
11-30-2012 04:46 PM
….
<#if field.defaultValue??>"defaultValue": "${field.defaultValue}",</#if>
<#assign dateDuJour = nowDate>
<#assign aDate = dateDuJour?date >
<#if field.name = "madl:monChampDate"> "defaultValue": "${aDate}",</#if>
….
Can't convert the date to string, because it is not known which parts of the date variable are in use. Use ?date, ?time or ?datetime built-in, or ?string.<format> or ?string(format) built-in with this date.==> ${aDate} escaped ${jsonUtils.encodeJSONString(aDate)} [on line 23, column 74 in org/alfresco/repository/forms/formdefinition.lib.ftl]
in user-directive formDefLib.formDefJSON [on line 2, column 1 in org/alfresco/repository/forms/formdefinition.post.json.ftl]
12-03-2012 06:06 AM
12-05-2012 06:43 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.