es asignarlo al Espacio de invitado, y si es posible sobre el contenido que ya tengo creado
<types>
<type name ="alf:expediente">
<title>Expedientes en Alfresco</title>
<parent>cm:folder</parent>
<properties>
</properties>
</type>
<type name ="alf:documento">
<title>Documentos en Alfresco</title>
<parent>cm:content</parent>
<properties>
</properties>
</type>
</types>
<type name="proy:proyectos">
<title>Extensión de proyecto</title>
<parent>cm:content</parent>
<properties>
<property name="proy:Mail">
<title>eMail</title>
<type>d:text</type>
</property>
<property name="proy:Proyecto">
<title>Proyecto</title>
<type>d:text</type>
</property>
<property name="proy:Fecha">
<title>Fecha</title>
<type>d:date</type>
</property>
</properties>
</type>
<config evaluator="string-compare" condition="Action Wizards">
<subtypes>
<type name="proy:proyectos"/>
</subtypes>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="proy:contenido"/>
</content-types>
</config>
<config evaluator="string-compare" condition="Space Wizards">
<folder-types>
<type name="proy:proyectos"/>
</folder-types>
</config>
<config evaluator="node-type" condition="proy:proyectos">
<property-sheet>
<show-property name="proy:Mail"/>
<show-property name="proy:Proyecto"/>
<show-property name="proy:Fecha"/>
</property-sheet>
</config>
…el caso es que mi objetivo es poder asignar estas nuevas propiedades a los documentos que suba a partir de ahora al "Espacio de invitado" e igualmente, poder rellenarlo para aquellos que ya existen, pero no lo logro, dichas propiedades no aparecen :-(
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.