01-16-2014 03:01 PM
<type name="im:docExpSIME">
<title>Documento de Expediente SIME</title>
<description>Un documento que compone un expediente SIME</description>
<parent>cm:content</parent>
<properties>
<property name="im:docExpSIMEExpediente">
<title>Expediente</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="im:docExpSIMEFecha">
<title>Fecha</title>
<type>d:date</type>
<mandatory>true</mandatory>
</property>
<property name="im:docExpSIMECategoria">
<title>Categoría</title>
<type>d:text</type>
<mandatory>true</mandatory>
<multiple>true</multiple>
<constraints>
<constraint ref="im:docExpSIMECategoriaLista" />
</constraints>
</property>
<property name="im:docExpSIMEConcepto">
<title>Conceptos</title>
<type>d:text</type>
<mandatory>true</mandatory>
<multiple>true</multiple>
<constraints>
<constraint ref="im:docExpSIMEConceptoLista" />
</constraints>
</property>
<property name="im:docExpSIMEMatricula">
<title>Matrícula</title>
<type>d:text</type>
</property>
</properties>
<mandatory-aspects>
<aspect>im:archivoIM</aspect>
</mandatory-aspects>
</type>
<config evaluator="node-type" condition="im:docExpSIME" replace="true">
<property-sheet>
<show-property name="cm:name" show-in-view-mode="false" show-in-edit-mode="true" />
<show-property name="im:docExpSIMEExpediente" />
<show-property name="im:docExpSIMEFecha" />
<show-property name="im:docExpSIMECategoria" />
<show-property name="im:docExpSIMEConcepto" />
<show-property name="im:docExpSIMEMatricula" />
<show-property name="im:notas" />
</property-sheet>
</config>
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
<aspects>
<!– Aspects that a user can see –>
<visible>
<aspect name="im:archivoIM" />
</visible>
<!– Aspects that a user can add. Same as "visible" if left empty –>
<addable>
</addable>
<!– Aspects that a user can remove. Same as "visible" if left empty –>
<removeable>
</removeable>
</aspects>
<types>
<type name="cm:content">
<subtype name="im:docExpSIME" />
</type>
</types>
<create-content>
<content id="docExpSIME" mimetype="text/plain" label="Documento de Expediente SIME" itemid="im:docExpSIME"/>
</create-content>
</config>
<config evaluator="node-type" condition="im:docExpSIME">
<forms>
<form>
<!– Formulario de edición por defecto–>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
</form>
</forms>
</config>
<config evaluator="model-type" condition="im:docExpSIME">
<forms>
<form> <!– Formulario de creación por defecto–>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
</form>
<form id="search"> <!– Formulario de búsqueda por defecto –>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="im:docExpSIMECategoria">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="im:docExpSIMEConcepto">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
</appearance>
</form>
</forms>
</config>
<config replace="true" evaluator="string-compare" condition="AdvancedSearch">
<advanced-search>
<!– Forms for the advanced search type list –>
<forms>
<form label="Documento de Expediente SIME" description="Documento de un Expediente SIME">im:docExpSIME</form>
</forms>
</advanced-search>
</config>
01-17-2014 01:10 AM
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
01-17-2014 01:25 PM
<config evaluator="node-type" condition="im:docExpSIME">
<forms>
<form>
<!– Formulario de edición por defecto–>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="cm:name" mandatory="true"/>
<field id="im:docExpSIMEExpediente" mandatory="true"/>
<field id="im:docExpSIMEFecha" mandatory="true"/>
<field id="im:docExpSIMECategoria" mandatory="true"/>
<field id="im:docExpSIMEConcepto" mandatory="true"/>
<field id="im:docExpSIMEMatricula" />
<field id="im:notas" />
</appearance>
</form>
<form id="doclib-simple-metadata">
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="cm:name" mandatory="true"/>
<field id="im:docExpSIMEExpediente" mandatory="true"/>
<field id="im:docExpSIMEFecha" mandatory="true"/>
<field id="im:docExpSIMECategoria" mandatory="true"/>
<field id="im:docExpSIMEConcepto" mandatory="true"/>
<field id="im:docExpSIMEMatricula" />
<field id="im:notas" />
</appearance>
</form>
</forms>
</config>
<config evaluator="model-type" condition="im:docExpSIME">
<forms>
<form> <!– Formulario de creación por defecto–>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="cm:name" mandatory="true"/>
<field id="im:docExpSIMEExpediente" mandatory="true"/>
<field id="im:docExpSIMEFecha" mandatory="true"/>
<field id="im:docExpSIMECategoria" mandatory="true"/>
<field id="im:docExpSIMEConcepto" mandatory="true"/>
<field id="im:docExpSIMEMatricula" />
<field id="im:notas" />
</appearance>
</form>
<form id="search"> <!– Formulario de búsqueda por defecto –>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="im:docExpSIMECategoria">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="im:docExpSIMEConcepto">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
</appearance>
</form>
</forms>
</config>
01-20-2014 02:15 AM
<config evaluator="node-type" condition="im:docExpSIME">
<forms>
<form>
<!– Formulario de edición por defecto–>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="im:docExpSIMECategoria">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="im:docExpSIMEConcepto">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
</appearance>
</form>
<form id="doclib-simple-metadata">
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="im:docExpSIMECategoria">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="im:docExpSIMEConcepto">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
</appearance>
</form>
</forms>
</config>
<config evaluator="model-type" condition="im:docExpSIME">
<forms>
<form> <!– Formulario de creación por defecto–>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="im:docExpSIMECategoria">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="im:docExpSIMEConcepto">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
</appearance>
</form>
<form id="search"> <!– Formulario de búsqueda por defecto –>
<field-visibility>
<show id="cm:name"/>
<show id="im:docExpSIMEExpediente" />
<show id="im:docExpSIMEFecha" />
<show id="im:docExpSIMECategoria" />
<show id="im:docExpSIMEConcepto" />
<show id="im:docExpSIMEMatricula" />
<show id="im:notas" />
</field-visibility>
<appearance>
<field id="im:docExpSIMECategoria">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="im:docExpSIMEConcepto">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
</appearance>
</form>
</forms>
</config>
01-24-2014 12:35 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.