<?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: simple range domain does not work in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534776#M30273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thank you so much for your thorough and helpful answer. Both of us had read up on it, but missed the point that validation happens in a diff, more manual, way than for coded value domains, where we get a pick list of allowable choices. With your help, we are pleased to be able to set the option for automatic validation, via: Customize - arc map options - check the box for "auto validate records when editing" and then get the warning message when we enter a number outside of our range.&amp;nbsp; Only in an editing session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are really grateful for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 22:42:11 GMT</pubDate>
    <dc:creator>KenLucas</dc:creator>
    <dc:date>2014-05-22T22:42:11Z</dc:date>
    <item>
      <title>simple range domain does not work</title>
      <link>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534774#M30271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two of us gis guys have tried to create a simple range domain, 10-20. We've tried many variations and the field, in the domain-enabled feature class, continues to allow us to enter numbers outside this range, without the error message. I'd like to list my steps in hopes someone can see what we are doing wrong.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I entered "RangeDomain"&amp;nbsp; into the first row of the personal geo database domain properties - entered a description - set the field type to long integer - entered the min&amp;nbsp; value =10 - entered the max value= 20 - I left split and merge set to "default" - I created a feature class, within the same geo database -&amp;nbsp; I created a field, "range1" - I set the field properties: format= long integer and selected "RangeDomain" off of the domain pick list - I start editing - I enter a value of 1 into the field and the field accepts it without warning. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 13:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534774#M30271</guid>
      <dc:creator>KenLucas</dc:creator>
      <dc:date>2014-05-22T13:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: simple range domain does not work</title>
      <link>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534775#M30272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ken - as you noticed, range domains do not have automatic validation.&amp;nbsp; This is by design.&amp;nbsp; To validate range domains, one must select some or all the features in the feature class and then select&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m90000000v000000" rel="nofollow" target="_blank"&gt; Validate Features&lt;/A&gt;&lt;SPAN&gt; on the Editor dropdown on the Editor toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;A possible workaround (and it only works in the attribute table view not the Attribute Editor) - "In order to warn the user when they are editing a table directly (for feature classes) you can check the 'Automatically validate records when editing' on the Tools | Options | Tables dialog in ArcMap.&amp;nbsp; After each edit on a table cell, validation is run and the user is warned each time they edit a value that is not allowed by domains. NOTE: Editing done via the field calcuator is done outside an edit session. Validation can only be triggered inside an edit session. - See more at: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ideas.arcgis.com/ideaView?id=08730000000bn9XAAQ#comments" rel="nofollow" target="_blank"&gt;http://ideas.arcgis.com/ideaView?id=08730000000bn9XAAQ#comments&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&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;Robert LeClair&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri-Denver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 13:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534775#M30272</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2014-05-22T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: simple range domain does not work</title>
      <link>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534776#M30273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thank you so much for your thorough and helpful answer. Both of us had read up on it, but missed the point that validation happens in a diff, more manual, way than for coded value domains, where we get a pick list of allowable choices. With your help, we are pleased to be able to set the option for automatic validation, via: Customize - arc map options - check the box for "auto validate records when editing" and then get the warning message when we enter a number outside of our range.&amp;nbsp; Only in an editing session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are really grateful for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 22:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534776#M30273</guid>
      <dc:creator>KenLucas</dc:creator>
      <dc:date>2014-05-22T22:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: simple range domain does not work</title>
      <link>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534777#M30274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're quite welcome Ken - enjoy your weekend.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 20:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/simple-range-domain-does-not-work/m-p/534777#M30274</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2014-05-23T20:47:07Z</dc:date>
    </item>
  </channel>
</rss>

