03-15-2013 12:59 PM
<type name="ics:tclient">
<title>client</title>
<parent>cm:content</parent>
<properties>
<property name="ics:name">
<type>d:text</type>
</property>
<property name="ics:surname">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
<type name="ics:invoice">
<title>invoice</title>
<parent>cm:content</parent>
<properties>
<property name="ics:number">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="ics:data">
<type>d:date</type>
<mandatory>true</mandatory>
</property>
<property name="ics:client">
<type>ics:tclient</type>
</property>
</properties>
</type>
03-15-2013 07:13 PM
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.