<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>
Entonces, tendrías que hacer algo similar para tus tipos de contenidos: definir asociaciones.<property name="custom:fechas_expediente">
<title>Varias fechas</title>
<type>d:date</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
</property>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="custom:mitipo" />
</content-types>
<custom-properties>
<meta-data type="custom:mitipo" property="custom:fecha" />
<meta-data aspect="custom:miAspecto" property="custom:nombre" />
<meta-data aspect="custom:miAspecto" property="custom:prop2" />
</custom-properties>
</advanced-search>
</config>
El código de content-types añadirá esos tipos en el formulario de búsqueda, y el bloque custom-properties añadirá esas propiedades en el formulario para el tipo o aspecto en cuestión….Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.