10-29-2008 12:36 PM
<types>
<type name="xxx:expedientes">
<title>Expedientes</title>
<parent>cm:folder</parent>
<properties>
<property name="xxxx">
<title>XXXXXXX</title>
<type>d:text</type>
</property>
<property name="yyyyy">
<title>YYYYY</title>
<type>d:text</type>
</property>
<property name="zzzzzz">
<title>ZZZZ</title>
<type>d:text</type>
</property>
</properties>
</type>
<type name="xxx:docu">
<title>Documentos</title>
<parent>cm:content</parent>
<properties>
<property name="aaaa">
<title>AAAAAA</title>
<type>d:text</type>
</property>
<property name="bbbbb">
<title>BBBBB</title>
<type>d:text</type>
</property>
<property name="ccccc">
<title>CCCCC</title>
<type>d:text</type>
</property>
</properties>
</type>
</types>
10-29-2008 12:49 PM
<type name="cm:folder">
<title>Folder</title>
<parent>cm:cmobject</parent>
<archive>true</archive>
<associations>
<child-association name="cm:contains">
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>sys:base</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>false</duplicate>
</child-association>
</associations>
</type>
Por tanto, yo no veo porqué has de incluir asociaciones especiales…Si te creas un "espacio" de tipo Expediente y le añades "contenido" de tipo Docu estarás implícitamente creando la asociación entre éstos.10-29-2008 01:04 PM
03-02-2015 07:10 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.