02-03-2014 08:33 AM
<constraint name="cus:noFutureDate" type="org.alfresco.repo.dictionary.constraint.FutureDateConstraint"/>
02-03-2014 10:52 AM
02-05-2014 05:10 AM
<constraints>
<constraint name="cus:onlyPastDate" type="com.myCompany.alfresco.FutureDateConstraint" />
</constraints>
<property name="cus:dateOfBirth">
<title>Date of Birth</title>
<type>d:date</type>
<mandatory>true</mandatory>
<constraints>
<constraint ref="onlyPastDate"/>
</constraints>
</property>
02-05-2014 02:36 PM
<constraint ref="cus:onlyPastDate" />
02-06-2014 07:31 AM
02-10-2014 10:17 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.