<?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 Unique field in a custom Data List in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4826#M2261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alfrescians,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to make a custom Data List and I have an issue regarding duplicates, is there a way to make a specific field in my custom made Data List to be unique?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;June&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2017 00:13:01 GMT</pubDate>
    <dc:creator>june_cataquez1</dc:creator>
    <dc:date>2017-02-03T00:13:01Z</dc:date>
    <item>
      <title>Unique field in a custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4826#M2261</link>
      <description>Hello Alfrescians,I was able to make a custom Data List and I have an issue regarding duplicates, is there a way to make a specific field in my custom made Data List to be unique?Please refer to the attached file.Best Regards,June</description>
      <pubDate>Fri, 03 Feb 2017 00:13:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4826#M2261</guid>
      <dc:creator>june_cataquez1</dc:creator>
      <dc:date>2017-02-03T00:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unique field in a custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4827#M2262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I can think of would be to write a behavior that binds to your custom data list type, looks at your property value, searches to see if another instance of a data list item exists with that property value, then throws an exception if it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could handle it with a custom form control or some other client-side JavaScript that would invoke an AJAX call to a web script that would do the same search and then throw a form validation error or something depending on the result of the AJAX call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 15:07:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4827#M2262</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-02-03T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unique field in a custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4828#M2263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the idea, these presented ideas are new to me Sir, and can I ask another favor? can you share some documents/links on how to do these? All I need is an introduction/overview and an example in implementing this. Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;June&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2017 23:58:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4828#M2263</guid>
      <dc:creator>june_cataquez1</dc:creator>
      <dc:date>2017-02-05T23:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unique field in a custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4829#M2264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can take a look at my tutorial on Behaviors: &lt;A class="link-titled" href="http://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html" title="http://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;Implementing Custom Behaviors in Alfresco | ECMArchitect | Alfresco Developer Tutorials&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:08:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4829#M2264</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-02-06T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unique field in a custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4830#M2265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The project &lt;A class="link-titled" href="https://github.com/deas/contentreich-alfresco-datalists/tree/master/contentreich-extdl-repo" title="https://github.com/deas/contentreich-alfresco-datalists/tree/master/contentreich-extdl-repo" rel="nofollow noopener noreferrer"&gt;contentreich-alfresco-datalists/contentreich-extdl-repo at master · deas/contentreich-alfresco-datalists · GitHub&lt;/A&gt; offers that option to generate an unique ID for datalist items.&lt;/P&gt;&lt;P&gt;Take a look at the source code and you will find all you need to implement the behaviour.&lt;/P&gt;&lt;P&gt;The only thing missing will be the check for repeated values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 14:28:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unique-field-in-a-custom-data-list/m-p/4830#M2265</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-02-09T14:28:03Z</dc:date>
    </item>
  </channel>
</rss>

