04-15-2009 11:24 AM
<property name="xxx:Skype">
<type>d:boolean</type>
</property>
<property name="xxx:cell phone">
<type>d:boolean</type>
</property>
<property name="xxx:fax">
<type>d:boolean</type>
</property>
04-20-2009 07:43 AM
<constraints>
<constraint name="xxx:commType" type="LIST">
<parameter name="allowedValues">
<list>
<value>Skype</value>
<value>Cell Phone</value>
<value>Fax</value>
</list>
</parameter>
</constraint>
</constraints>
<type name="xxxdoc>
<title>Some Doc</title>
<parent>cm:content</parent>
<properties>
…
<property name="xxx:communicationType">
<title>Communication Type</title>
<type>d:text</type>
<constraints>
<constraint ref="xxx:commType" />
</constraints>
</property>
</properties>
</type>
<config evaluator="node-type" condition="xxx:doc">
<property-sheet>
<show-property name="xxx:communicationType"/>
</property-sheet>
</config>
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.