<?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>Question Re: Unique value restriction for an extension field in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289193#M426682</link>
    <description>&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raúl.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 15:53:47 GMT</pubDate>
    <dc:creator>raul-gonzalezg</dc:creator>
    <dc:date>2020-07-09T15:53:47Z</dc:date>
    <item>
      <title>Unique value restriction for an extension field</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaq-p/12289189</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Is it possible to create an extension field in which I can validate that its uniqueness? That is, its value must not be repeated in the corresponding object, in this case I want to use this feature at opportunity's header level, to enter manually an own control ID and validate that it is not repeated when it is registered.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Raúl&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 22:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaq-p/12289189</guid>
      <dc:creator>raul-gonzalezg</dc:creator>
      <dc:date>2020-07-07T22:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unique value restriction for an extension field</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289190#M426679</link>
      <description>&lt;P&gt;Dear &lt;SPAN class="mention-scrubbed"&gt;raul_gonzalezg&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You would need a Custom number range to achieve something like this&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2018/05/04/generate-custom-number-range-in-c4c-thru-sap-cloud-application-studio/" target="_blank"&gt;https://blogs.sap.com/2018/05/04/generate-custom-number-range-in-c4c-thru-sap-cloud-application-studio/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sap.com/2019/09/18/how-to-create-a-id-field-in-bco-which-behaves-as-counter/" target="_blank"&gt;https://blogs.sap.com/2019/09/18/how-to-create-a-id-field-in-bco-which-behaves-as-counter/&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;A href="https://answers.sap.com/questions/11579884/automatic-id-generation.html" target="_blank"&gt;&lt;/A&gt;&lt;A href="https://answers.sap.com/questions/11579884/automatic-id-generation.html" target="test_blank"&gt;https://answers.sap.com/questions/11579884/automatic-id-generation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2020 03:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289190#M426679</guid>
      <dc:creator>arun02_12</dc:creator>
      <dc:date>2020-07-08T03:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unique value restriction for an extension field</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289191#M426680</link>
      <description>&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Thanks for your
comments, in this case we want to control this ID manually, but we want to
validate its uniqeness.&lt;/P&gt;&lt;P&gt;¿Is it possible
to validate this via rules &amp;amp; validations in create/edit screen? ¿or this
implies a development at programming code level?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raúl&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 21:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289191#M426680</guid>
      <dc:creator>raul-gonzalezg</dc:creator>
      <dc:date>2020-07-08T21:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unique value restriction for an extension field</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289192#M426681</link>
      <description>&lt;P&gt;Dear &lt;SPAN class="mention-scrubbed"&gt;raul_gonzalezg&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rules &amp;amp; validations will check and validate the field values only within the BO instance. You can't compare values between instances.&lt;BR /&gt;If this is a manually entered field , you can only achieve such a functionality  through PDI implementation.&lt;BR /&gt;&lt;BR /&gt;BR&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 06:31:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289192#M426681</guid>
      <dc:creator>arun02_12</dc:creator>
      <dc:date>2020-07-09T06:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unique value restriction for an extension field</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289193#M426682</link>
      <description>&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raúl.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 15:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/unique-value-restriction-for-an-extension-field/qaa-p/12289193#M426682</guid>
      <dc:creator>raul-gonzalezg</dc:creator>
      <dc:date>2020-07-09T15:53:47Z</dc:date>
    </item>
  </channel>
</rss>

