<?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 Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307724#M260854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar issue as dobrolub. Tried to do follow link provided by dzdarek to no avail.Can anyone help, am running a production server but the challenge is ruuning the amps again may delete all the files running properly. If you encourage me to run it, how can i do it while preserving my data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 14:31:49 GMT</pubDate>
    <dc:creator>wattletimber</dc:creator>
    <dc:date>2016-06-09T14:31:49Z</dc:date>
    <item>
      <title>Cannot create Custom Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307722#M260852</link>
      <description>Hi, I am fighting with Alfresco 4.2.0 and creating of custom datalists. And followed many tutorials, but nothing is working.I updated /tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml like this (I added this code on the end of file)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– MyCompany 22 list –&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;config e</description>
      <pubDate>Wed, 05 Mar 2014 11:39:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307722#M260852</guid>
      <dc:creator>dobrolub</dc:creator>
      <dc:date>2014-03-05T11:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create Custom Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307723#M260853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have same issue of sample "Book List" not showing up in the list of Data Lists in Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used example from &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/share-extras/wiki/DataLists" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/share-extras/wiki/DataLists&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 20:17:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307723#M260853</guid>
      <dc:creator>dzdarek</dc:creator>
      <dc:date>2014-03-10T20:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create Custom Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307724#M260854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar issue as dobrolub. Tried to do follow link provided by dzdarek to no avail.Can anyone help, am running a production server but the challenge is ruuning the amps again may delete all the files running properly. If you encourage me to run it, how can i do it while preserving my data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 14:31:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307724#M260854</guid>
      <dc:creator>wattletimber</dc:creator>
      <dc:date>2016-06-09T14:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create Custom Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307725#M260855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi WT,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, don't attempt to do development on your production server - it will only end in tears.&amp;nbsp; Verify what you want to do on a development (and ideally, a controlled test) instance first (might just be an Alfresco install on your laptop, or using the Alfresco SDK) and when you're happy only put it into production&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Custom data lists are reasonably straightforward things, there are two parts to them:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;A custom model with a type that inherits from dl:dataListItem&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;and some Share configuration that defines forms for viewing/creating list items and a pseudo form for showing which columns you want to display on the list itself&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Share will automatically pick up any types that exist in the system that have dl:dataListItem as a parent and use their names as a list of Data List types you can create in the New Data List dialog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally problems people have with custom data lists fall into 2 types, the new data list type not being available at all in the New Data List dialog, or the create/edit item forms not showing the right data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's the first problem, it generally means that your model is not being loaded correctly and you have the code deployed in the wrong place or an issue with the context file that bootstraps the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What have you actually deployed/installed and how have you installed it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 09:31:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-create-custom-data-list/m-p/307725#M260855</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-21T09:31:11Z</dc:date>
    </item>
  </channel>
</rss>

