04-25-2016 08:57 AM
<!– PROPIEDADES DEL TIPO QUE SERAN VISIBLES–>
<config evaluator="node-type" condition="cont:contrato">
<property-sheet>
<show-property name="parteContratada" display-label-id="ParteContrato"/>
<show-property name="dni" />
<show-property name="activo" show-in-edit-mode="false" />
<show-property name="fecha" />
</property-sheet>
</config>
<!– APAREZCA EL TIPO EN LA LISTA A LA HORA DE CREAR O AÑADIR CONTENIDO–>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="cont:contrato" />
</content-types>
</config>
<!– APAREZCA EL TIPO EN LAS REGLAS DE CONTENIDO–>
<config evaluator="string-compare" condition="Action Wizards">
<subtypes>
<type name="cont:contrato" />
</subtypes>
</config>
04-25-2016 11:27 AM
04-26-2016 05:39 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.