04-01-2016 04:56 AM
<type name="dt:a">
<title>Tipo A</title>
<parent>cm:content</parent>
<properties>
<property name="dt:x">
<title>X</title>
<description>X</description>
<type>d:text</type>
<mandatory>false</mandatory>
<default></default>
</property>
</properties>
</type>
<type name="dt:b">
<title>Tipo B</title>
<parent>cm:content</parent>
<properties>
<property name="dt:y">
<title>Y</title>
<description>Y</description>
<type>d:text</type>
<mandatory>false</mandatory>
<default></default>
</property>
</properties>
<associations>
<association name="dt:asociacionA">
<title>asociaciones del tipo A</title>
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>dt:a</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
</type>
04-01-2016 09:49 AM
NodeServicePolicies.OnDeleteChildAssociationPolicy
para escuchar el evento de eliminación de la asociación entre "a1" y "b1". Si cuando se cumpla esa condición lanzas una excepción romperás la transaccionalidad y no te dejará realizar la eliminación de "a1".
04-04-2016 06:33 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.