<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot Create Custom Data List in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3981#M1655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hi Mittal,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I am using the code from this tutorial:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;A href="https://miblogtecnico.wordpress.com/tag/tomcatsharedclassesalfrescoextension/" rel="nofollow noopener noreferrer"&gt;https://miblogtecnico.wordpress.com/tag/tomcatsharedclassesalfrescoextension/&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I am using it as is until it works, then I will create my own code as necessary.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;First I created the model file as follows:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;C:\alfresco-community\tomcat\shared\classes\alfresco\extension\ modelo_lista_FRA.xml&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;with the code:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;?xml version=”1.0″ encoding=”UTF-8″?&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Definition of new Model –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;model name=”fra:modeloFra” xmlns=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/dictionary/1.0″&amp;gt;" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0″&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Optional meta-data about the model –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;description&amp;gt;Lista de datos Personalizada&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;author&amp;gt;Lawrence Attard&amp;lt;/author&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Imports are required to allow references to definitions in other models –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;imports&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Import Alfresco Dictionary Definitions –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;import uri=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0″&lt;/A&gt;&lt;SPAN&gt; prefix=”d”/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Import Alfresco Content Domain Model Definitions –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;import uri=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/content/1.0″&lt;/A&gt;&lt;SPAN&gt; prefix=”cm”/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Import Alfresco Data List Model Definitions –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;import uri=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/datalist/1.0″&lt;/A&gt;&lt;SPAN&gt; prefix=”dl”/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/imports&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Introduction of new namespaces defined by this model –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;namespaces&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;namespace uri=”fra.listadatos.com” prefix=”fra”/&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/namespaces&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– T Y P E D E F I N I T I O N S –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;types&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Data list defintions For this model go here –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type name=”fra:listaFra”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Lista de Facturas&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;description&amp;gt;Lista de Facturas&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;parent&amp;gt;dl:dataListItem&amp;lt;/parent&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;properties&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”fra:fraID”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;ID Factura&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”fra:fraCliente”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Cliente&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”fra:fraTotal”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Total Factura&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/properties&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;associations&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;association name=”fra:fraAnexo”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Anexos&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;source&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/source&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;target&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;class&amp;gt;cm:content&amp;lt;/class&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/target&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/association&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/associations&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/types&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/model&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Then I created the context file as:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;C:\alfresco-community\tomcat\shared\classes\alfresco\extension\ modelo_lista_FRA-context.xml&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;with the code:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;?xml version=’1.0′ encoding=’UTF-8′?&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE beans PUBLIC ‘-//SPRING//DTD BEAN//EN’ ‘&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.springframework.org/dtd/spring-beans.dtd’&amp;gt;" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.springframework.org/dtd/spring-beans.dtd’&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;beans&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Registration of new models –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;bean id=”extension.fra.dictionaryBootstrap” parent=”dictionaryModelBootstrap” depends-on=”dictionaryBootstrap”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”models”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;list&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;value&amp;gt;alfresco/extension/modelo_lista_FRA.xml&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/list&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/bean&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/beans&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Then I amended the shared-config-custom file:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;C:\alfresco-community\tomcat\shared\classes\alfresco\web-extension\ shared-config-custom.xml&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;by inserting the following code between the two configuration tags of the file (&amp;lt;alfresco-config&amp;gt; and &amp;lt;/ alfresco-config&amp;gt;):&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Lista de datos Facturas –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;config evaluator=”model-type” condition=”fra:listaFra”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Create item form –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– for the form creation we are showing everything except approved date –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraID” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraCliente” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraTotal” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraAnexo” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;create-form template=”/org/alfresco/components/data-lists/forms/dataitem.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraCliente”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraTotal”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraAnexo”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control-param name=”startLocation”&amp;gt;{doclib}&amp;lt;/control-param&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Data Grid view –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;form id=”datagrid”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraID” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraCliente” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraTotal” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:Anexo” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/config&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Edit view –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;config evaluator=”node-type” condition=”fra:listaFra”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Edit marketing item form –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraID” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraCliente” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraTotal” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraAnexo” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;create-form template=”/org/alfresco/components/data-lists/forms/dataitem.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraCliente”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraTotal”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraAnexo”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control-param name=”startLocation”&amp;gt;{doclib}&amp;lt;/control-param&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/config&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Regards,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Lawrence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Jan 2017 19:10:05 GMT</pubDate>
    <dc:creator>lawrence</dc:creator>
    <dc:date>2017-01-22T19:10:05Z</dc:date>
    <item>
      <title>Cannot Create Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3979#M1653</link>
      <description>Hi All,I am struggling to create a Custom Data List in Alfresco 5.1. I had tried following to the letter the following, among others:http://docs.alfresco.com/5.1/references/dev-extension-points-data-lists.htmlhttps://miblogtecnico.wordpress.com/tag/alfresco-custom-data-list/However, when I try creat</description>
      <pubDate>Fri, 20 Jan 2017 19:43:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3979#M1653</guid>
      <dc:creator>lawrence</dc:creator>
      <dc:date>2017-01-20T19:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Create Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3980#M1654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post your model and share-config-custom files which you have created for custom content model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any&amp;nbsp;other error &amp;nbsp;in logs related to model or share-config? Above error seems to be kind of result of some other issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 17:49:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3980#M1654</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2017-01-21T17:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Create Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3981#M1655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hi Mittal,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I am using the code from this tutorial:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;A href="https://miblogtecnico.wordpress.com/tag/tomcatsharedclassesalfrescoextension/" rel="nofollow noopener noreferrer"&gt;https://miblogtecnico.wordpress.com/tag/tomcatsharedclassesalfrescoextension/&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I am using it as is until it works, then I will create my own code as necessary.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;First I created the model file as follows:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;C:\alfresco-community\tomcat\shared\classes\alfresco\extension\ modelo_lista_FRA.xml&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;with the code:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;?xml version=”1.0″ encoding=”UTF-8″?&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Definition of new Model –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;model name=”fra:modeloFra” xmlns=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/dictionary/1.0″&amp;gt;" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0″&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Optional meta-data about the model –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;description&amp;gt;Lista de datos Personalizada&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;author&amp;gt;Lawrence Attard&amp;lt;/author&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Imports are required to allow references to definitions in other models –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;imports&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Import Alfresco Dictionary Definitions –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;import uri=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0″&lt;/A&gt;&lt;SPAN&gt; prefix=”d”/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Import Alfresco Content Domain Model Definitions –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;import uri=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/content/1.0″&lt;/A&gt;&lt;SPAN&gt; prefix=”cm”/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Import Alfresco Data List Model Definitions –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;import uri=”&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/datalist/1.0″&lt;/A&gt;&lt;SPAN&gt; prefix=”dl”/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/imports&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Introduction of new namespaces defined by this model –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;namespaces&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;namespace uri=”fra.listadatos.com” prefix=”fra”/&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/namespaces&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– T Y P E D E F I N I T I O N S –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;types&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Data list defintions For this model go here –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type name=”fra:listaFra”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Lista de Facturas&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;description&amp;gt;Lista de Facturas&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;parent&amp;gt;dl:dataListItem&amp;lt;/parent&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;properties&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”fra:fraID”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;ID Factura&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”fra:fraCliente”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Cliente&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”fra:fraTotal”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Total Factura&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/properties&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;associations&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;association name=”fra:fraAnexo”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;title&amp;gt;Anexos&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;source&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/source&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;target&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;class&amp;gt;cm:content&amp;lt;/class&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/target&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/association&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/associations&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/types&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/model&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Then I created the context file as:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;C:\alfresco-community\tomcat\shared\classes\alfresco\extension\ modelo_lista_FRA-context.xml&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;with the code:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;?xml version=’1.0′ encoding=’UTF-8′?&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE beans PUBLIC ‘-//SPRING//DTD BEAN//EN’ ‘&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.springframework.org/dtd/spring-beans.dtd’&amp;gt;" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.springframework.org/dtd/spring-beans.dtd’&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;beans&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Registration of new models –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;bean id=”extension.fra.dictionaryBootstrap” parent=”dictionaryModelBootstrap” depends-on=”dictionaryBootstrap”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;property name=”models”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;list&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;value&amp;gt;alfresco/extension/modelo_lista_FRA.xml&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/list&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/bean&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/beans&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Then I amended the shared-config-custom file:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;C:\alfresco-community\tomcat\shared\classes\alfresco\web-extension\ shared-config-custom.xml&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;by inserting the following code between the two configuration tags of the file (&amp;lt;alfresco-config&amp;gt; and &amp;lt;/ alfresco-config&amp;gt;):&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Lista de datos Facturas –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;config evaluator=”model-type” condition=”fra:listaFra”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Create item form –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– for the form creation we are showing everything except approved date –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraID” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraCliente” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraTotal” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraAnexo” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;create-form template=”/org/alfresco/components/data-lists/forms/dataitem.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraCliente”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraTotal”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraAnexo”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control-param name=”startLocation”&amp;gt;{doclib}&amp;lt;/control-param&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Data Grid view –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;form id=”datagrid”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraID” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraCliente” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraTotal” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:Anexo” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/config&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Edit view –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;config evaluator=”node-type” condition=”fra:listaFra”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;!– Edit marketing item form –&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraID” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraCliente” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraTotal” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;show id=”fra:fraAnexo” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field-visibility&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;create-form template=”/org/alfresco/components/data-lists/forms/dataitem.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraCliente”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraTotal”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control template=”/org/alfresco/components/form/controls/textarea.ftl” /&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;field id=”fra:fraAnexo”&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;control-param name=”startLocation”&amp;gt;{doclib}&amp;lt;/control-param&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/control&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/appearance&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/forms&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/config&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Regards,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Lawrence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 19:10:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3981#M1655</guid>
      <dc:creator>lawrence</dc:creator>
      <dc:date>2017-01-22T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Create Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3982#M1656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mittal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to create the custom data lists I need. However, one problem remains: I am getting fields that I do not want, i.e. meta-data such as Date Created, Creator and Accessed Date. I am entering the appropriate code for the forms and data grid view&amp;nbsp;in alfresco/web-extension/share-config-custom, but it seems that this file is not loading at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 13:18:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3982#M1656</guid>
      <dc:creator>lawrence</dc:creator>
      <dc:date>2017-01-31T13:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Create Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3983#M1657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that file name is share-config-custom.xml&amp;nbsp; and NOT shared-config-custom.xml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your above replies somewhere it is mentioned as shared-config-custom.xml.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 06:46:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3983#M1657</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2017-02-02T06:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Create Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3984#M1658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lawrence,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the issue&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;"An error has occured in the Share component: /share/service/components/dashlets/my-sites.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;It responded with a status of 500 - Internal Error.&lt;/P&gt;&lt;P&gt;As you said you managed to create custom data list&lt;SPAN style="background-color: #ffffff; color: #727174;"&gt;,&amp;nbsp;&lt;/SPAN&gt;can you please provide the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 07:37:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-create-custom-data-list/m-p/3984#M1658</guid>
      <dc:creator>shashank_tyagi</dc:creator>
      <dc:date>2018-08-21T07:37:57Z</dc:date>
    </item>
  </channel>
</rss>

