<?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: Updating existing objects in table with domains ???? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720355#M23852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Henrick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are the coded values in the domain equal to the old values (1, 2, 3) used?&amp;nbsp;&amp;nbsp; The field type should be OK because you cannot assign a domain except to a field of the same type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As a test export the feature class to a shapefile or table outside the geodatabase and inspect the values in that field.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That will show them up as just coded values and you should see a difference if the old values are not immediately translating into &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;coded value descriptions &lt;/SPAN&gt;&lt;SPAN&gt;in the feature class once the domain is assigned.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 15:55:50 GMT</pubDate>
    <dc:creator>HardolphWasteneys</dc:creator>
    <dc:date>2012-06-26T15:55:50Z</dc:date>
    <item>
      <title>Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720352#M23849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some featureclasses with a lot of records/objects in the tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now we have discovered that some of the "attached" domains in the geodatabase was not correctly.....We changed/updated the domains...and if we record a new object all the new things are there, but if we want to "edit" the existing object, the new "rules" is missing???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do we miss ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a tool, script or model to do the update automaticly ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;We have collected 1000 records/objects for Fire Hydrants with type 1, 2 and 3 valves.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Later on we discover the power of using Domains for NON GIS people in Field collection, so we want to upgrade the tables.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;We now create a Domain with 8"/10"/12" selectable valves and with a "table related value" connected to the type 1, 2 and 3.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;When we make a NEW record everything functions OK and the user can select 8", 10" or 12".&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;When we want to EDIT an existing record, only the old value/function is there, so he has to know what value 1, 2 and 3 means.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Anyone with a solution ???????????????????&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 08:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720352#M23849</guid>
      <dc:creator>HenrikSvenningsen</dc:creator>
      <dc:date>2012-06-25T08:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720353#M23850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Henrick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what you mean by "related table value" (?new terminology for coded value?), but the symptoms you describe would be expected if the &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;coded values &lt;/SPAN&gt;&lt;SPAN&gt; in the domain were not = 1, 2, and 3 with the respectively corresponding &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;coded value descriptions &lt;/SPAN&gt;&lt;SPAN&gt; 8", 10" and 12" for the valves.&amp;nbsp;&amp;nbsp; If so you could assign the domain to a new field with the correct field type (e.g. short integer, but could be text) and use field calculator by selecting in turn the records with 1, 2 and 3 in the old field (you could do this recalc on the original field too) and apply the new &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;coded values &lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems a bit odd that when you edit the persistent old values, that the pull down pick list does not appear so perhaps I have missed something or you are using a version of ArcGIS 10 with some new idiosyncracy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 04:51:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720353#M23850</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-06-26T04:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720354#M23851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it was "coded value" i meant &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 05:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720354#M23851</guid>
      <dc:creator>HenrikSvenningsen</dc:creator>
      <dc:date>2012-06-26T05:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720355#M23852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Henrick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are the coded values in the domain equal to the old values (1, 2, 3) used?&amp;nbsp;&amp;nbsp; The field type should be OK because you cannot assign a domain except to a field of the same type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As a test export the feature class to a shapefile or table outside the geodatabase and inspect the values in that field.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That will show them up as just coded values and you should see a difference if the old values are not immediately translating into &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;coded value descriptions &lt;/SPAN&gt;&lt;SPAN&gt;in the feature class once the domain is assigned.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 15:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720355#M23852</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-06-26T15:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720356#M23853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK...I have tried to make a picture/screendump story about the problem, maybe that will help to understand my problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 11:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720356#M23853</guid>
      <dc:creator>HenrikSvenningsen</dc:creator>
      <dc:date>2012-06-27T11:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720357#M23854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Henrik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;looks like my followup on your last post disappeared.&amp;nbsp; In case it pops up from the ether here's most of it again:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a look at the screen shots, but there is ambiguity:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way to evaluate the domains is to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;check the editing response in the full attribute table not the attribute editing dialog popup. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open the full attribute table in an edit session and then check how the old vs new records respond.&amp;nbsp; There should be no difference unless the old values are truly not in the set of coded values in the domain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The potential ambiguity with looking at the popup dialog table is that it is based on selection and you could have inadvertently created a new feature class with the old values or even done something in creating a new field with a misleading alias etc. and moved it in the layer display.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the records in a field get treated the same; they are not like cells in a spreadsheet where a formula could be applied to only part of a column of cells or the formatting is different. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 18:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720357#M23854</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-06-27T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720358#M23855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I "hear" what you say, but i can't find out what to change or where so it will hit through.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Se the screendump....it's like the old one's won't change........just like the domain can't change the old values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 08:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720358#M23855</guid>
      <dc:creator>HenrikSvenningsen</dc:creator>
      <dc:date>2012-06-28T08:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720359#M23856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Henrik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK that's a bit weird; but this is also ArcGIS 10 I presume because the attribute table looks different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;try some of my earlier suggestions about adding a new field and using Field Calculator to copy over the attributes.&amp;nbsp;&amp;nbsp;&amp;nbsp; You could even try a couple of fields: one with the domain assigned and another without; the one without should show just coded values and they should all be in the set 2, 3, 4, 998&amp;nbsp; with no distinction between new and old or there is something corrupted.&amp;nbsp;&amp;nbsp; Also can you manually edit the "old" records at all: delete, rewrite, select and recalc etc.?&amp;nbsp; Even try deleting one of the features and then undoing the delete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another couple of prods would be to export or copy the feature class within the geodatabase or export to a shapefile and reimport to a feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen domain pulldowns get "sticky" and not activate right away, or stuck when switching subtypes such that I had to go back a few steps, but the records should remain editable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you have discovered a real bug/glitch and should contact ESRI for support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 19:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/720359#M23856</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-06-28T19:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing objects in table with domains ????</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/1190310#M26397</link>
      <description>&lt;P&gt;ArcGIS Pro is having the sticky "coded value"/domain issue as well...fyi&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 12:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-existing-objects-in-table-with-domains/m-p/1190310#M26397</guid>
      <dc:creator>aaron2020</dc:creator>
      <dc:date>2022-07-07T12:13:01Z</dc:date>
    </item>
  </channel>
</rss>

