<?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 How to validate unique column custom in document? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-validate-unique-column-custom-in-document/m-p/323694#M10695</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;
&lt;P&gt;How can I validate in polymer section that a column is unique in a nuxeo form?&lt;/P&gt;
&lt;P&gt;What is the best alternative?&lt;/P&gt;
&lt;P&gt;I tried to run nxql but I couldn't :'(&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 00:37:58 GMT</pubDate>
    <dc:creator>Gabino_Reyes</dc:creator>
    <dc:date>2020-10-06T00:37:58Z</dc:date>
    <item>
      <title>How to validate unique column custom in document?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-validate-unique-column-custom-in-document/m-p/323694#M10695</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;
&lt;P&gt;How can I validate in polymer section that a column is unique in a nuxeo form?&lt;/P&gt;
&lt;P&gt;What is the best alternative?&lt;/P&gt;
&lt;P&gt;I tried to run nxql but I couldn't :'(&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 00:37:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-validate-unique-column-custom-in-document/m-p/323694#M10695</guid>
      <dc:creator>Gabino_Reyes</dc:creator>
      <dc:date>2020-10-06T00:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate unique column custom in document?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-validate-unique-column-custom-in-document/m-p/323695#M10696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This uniqueness check should be done on the Polymer part (when validating a form for example).&lt;/P&gt;
&lt;P&gt;Do you want to check uniqueness in a complex multivalued property? In the search results?&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 11:31:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-validate-unique-column-custom-in-document/m-p/323695#M10696</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-10-11T11:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate unique column custom in document?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-validate-unique-column-custom-in-document/m-p/323696#M10697</link>
      <description>&lt;P&gt;Yes, I need validate the custom input value is unique in database before save the form.&lt;/P&gt;
&lt;P&gt;My solution is:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Add operation Repository.ResultSetQuery&lt;/LI&gt;
&lt;LI&gt;Add listener on input: ```
this.$.&amp;lt;custom_field&amp;gt;.addEventListener('blur', this._&amp;lt;custom_method&amp;gt;bind(this), true);&lt;/LI&gt;
&lt;/OL&gt;
&lt;PRE&gt;&lt;CODE&gt;3. Execute query then validate is unique value.

:)

Thanks.





&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Nov 2020 18:57:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-validate-unique-column-custom-in-document/m-p/323696#M10697</guid>
      <dc:creator>Gabino_Reyes</dc:creator>
      <dc:date>2020-11-17T18:57:43Z</dc:date>
    </item>
  </channel>
</rss>

