03-04-2008 04:51 PM
<property name="psf:plateFormat">
<title>Plate Format</title>
<type>d:text</type>
<mandatory>true</mandatory>
<default></default>
<constraints>
<constraint ref="psf:plateFormat"/>
</constraints>
</property>
<constraint name="psf:plateFormat" type="LIST">
<parameter name="allowedValues">
<list>
<value>96 Well</value>
<value>384 Well</value>
</list>
</parameter>
</constraint>
03-06-2008 04:59 AM
<mandatory enforced="true">true</mandatory>
03-06-2008 09:02 AM
try changing the mandatory definition to:<mandatory enforced="true">true</mandatory>
<property name="psf:plateFormat">
<title>Plate Format</title>
<type>d:text</type>
<mandatory enforced="true">true</mandatory>
<default></default>
<constraints>
<constraint ref="psf:plateFormat"/>
</constraints>
</property>
04-17-2008 08:48 AM
04-17-2008 08:56 AM
I have the same problem.
Have you already solved it?
Thanks in advance.
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.