<?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>idea ArcGIS Pro Attributes pane: add functionality to better assist users with instances of invalid domain values in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idi-p/1651238</link>
    <description>&lt;P&gt;When a domain is applied to a feature class field that may already be populated with values that do not match a domain code, or if someone accidentally uses Calculate Field to apply a domain description value instead of a domain code value, ArcGIS Pro could make the users' life much easier in helping to diagnose and update values.&lt;/P&gt;&lt;P&gt;Specifically, adding a functionality in the Attributes pane to be more helpful in cases where a 'base value' matches a domain description value would go a long way in quickly helping the user to see the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created an extremely basic example below (ArcGIS Pro 3.2.5) to illustrate the point. I have a point feature class with a TEXTFIELD1 that has a domain assigned. You will notice that CODE2 has the same description as CODE1. This is a slight aside to bring up the issue that you can have multiple domain codes with the same description. The user can't select both from attribute value drop-down... so it just defaults to the first one in the domain list I assume.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, the super simple domain:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_1-1758140042649.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140593iF606303BBAFAE53D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_1-1758140042649.png" alt="CalvinHarmin_1-1758140042649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The point features showing the domain description values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_2-1758140078183.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140594i60A4B8C9A7822465/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_2-1758140078183.png" alt="CalvinHarmin_2-1758140078183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The point features NOT showing domain description values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_3-1758140169164.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140595iBD9B5FC1EDE95D1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_3-1758140169164.png" alt="CalvinHarmin_3-1758140169164.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Point 2 selected - the Attributes pane correctly warns that the attribute value DESCRIPTION1 is not a valid domain value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_4-1758140298838.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140596i7D758E9C420AADC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_4-1758140298838.png" alt="CalvinHarmin_4-1758140298838.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, if you click the TEXTFIELD1 value pick list, and you select DESCRIPTION1, &lt;STRONG&gt;it will not update the base value to be the valid CODE1 domain value&lt;/STRONG&gt;. It remains DESCRIPTION1. The only way to update the value to CODE1 is to flip the value to NULL (or some other domain value), and then choose the correct value; or, use Calculate Field and apply the CODE1 value that way.&amp;nbsp;&lt;BR /&gt;And just to follow up on that side-note about CODE2 having the same description as CODE1 - there is no way to choose a value that resolves to CODE2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_5-1758140352781.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140597i0F67237AECC18B9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_5-1758140352781.png" alt="CalvinHarmin_5-1758140352781.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Further, there is an inexplicably odd behavior where if 'Show domain and subtype descriptions' is&amp;nbsp;&lt;EM&gt;off&lt;/EM&gt;, the Attributes pane shows TEXTFIELD1 as the CODE1 value! What in the heck? What kind of sense are beginner or even intermediate users supposed to make of this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_6-1758140690668.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140601i6ECAE6315FCA4ACB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_6-1758140690668.png" alt="CalvinHarmin_6-1758140690668.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So after all that said -- what am I asking for?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;(main issue) Preferably, there would be updated behavior in the Attributes pane to help users resolve this exact issue. Whether there is an additional functionality in the Attributes pane that shows both base values of a field AND the domain description at the same time where users can directly 'override' whatever behavior is happening here; or better warning description that describes to the user how to switch the value to NULL (or some other domain value), and &lt;EM&gt;then&amp;nbsp;&lt;/EM&gt;choose the correct domain value. I'm not totally sure what this would look like in the end, but I'm just proposing there ought to be something that is more helpful.&lt;/LI&gt;&lt;LI&gt;(side issue) Possibly require domain descriptions to be unique, the same way domain codes are checked for uniqueness? Maybe there are use cases that negate this... but if there are, they must be aware that they can't actually populate the secondary domain code through the Attributes menu/Attribute table if they do set things up this way, so I'm not sure what the point of that would be.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;(bug fix?) Fix the issue where a domain code description value entered as the base value shows up in the Attributes pane as the domain code value (when 'Show domain and subtype descriptions' is off). Is this a bug? Maybe fixed in other versions of Pro?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;In conclusion: this is not really a fringe issue - I have dealt with it myself many times, my users are confused by this issue, and I have had consultant (GIS professionals) I'm working with struggle with it and I have to explain it to them.&lt;BR /&gt;&lt;BR /&gt;EDIT: Additional note: I imagine this issue also affects users doing web map editing, and Field Maps. So if there can be functionality across the whole pipeline that helps users address domain value mismatch more easily, that would be great.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Sep 2025 20:59:10 GMT</pubDate>
    <dc:creator>CalvinHarmin</dc:creator>
    <dc:date>2025-09-17T20:59:10Z</dc:date>
    <item>
      <title>ArcGIS Pro Attributes pane: add functionality to better assist users with instances of invalid domain values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idi-p/1651238</link>
      <description>&lt;P&gt;When a domain is applied to a feature class field that may already be populated with values that do not match a domain code, or if someone accidentally uses Calculate Field to apply a domain description value instead of a domain code value, ArcGIS Pro could make the users' life much easier in helping to diagnose and update values.&lt;/P&gt;&lt;P&gt;Specifically, adding a functionality in the Attributes pane to be more helpful in cases where a 'base value' matches a domain description value would go a long way in quickly helping the user to see the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created an extremely basic example below (ArcGIS Pro 3.2.5) to illustrate the point. I have a point feature class with a TEXTFIELD1 that has a domain assigned. You will notice that CODE2 has the same description as CODE1. This is a slight aside to bring up the issue that you can have multiple domain codes with the same description. The user can't select both from attribute value drop-down... so it just defaults to the first one in the domain list I assume.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, the super simple domain:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_1-1758140042649.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140593iF606303BBAFAE53D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_1-1758140042649.png" alt="CalvinHarmin_1-1758140042649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The point features showing the domain description values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_2-1758140078183.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140594i60A4B8C9A7822465/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_2-1758140078183.png" alt="CalvinHarmin_2-1758140078183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The point features NOT showing domain description values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_3-1758140169164.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140595iBD9B5FC1EDE95D1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_3-1758140169164.png" alt="CalvinHarmin_3-1758140169164.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Point 2 selected - the Attributes pane correctly warns that the attribute value DESCRIPTION1 is not a valid domain value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_4-1758140298838.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140596i7D758E9C420AADC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_4-1758140298838.png" alt="CalvinHarmin_4-1758140298838.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, if you click the TEXTFIELD1 value pick list, and you select DESCRIPTION1, &lt;STRONG&gt;it will not update the base value to be the valid CODE1 domain value&lt;/STRONG&gt;. It remains DESCRIPTION1. The only way to update the value to CODE1 is to flip the value to NULL (or some other domain value), and then choose the correct value; or, use Calculate Field and apply the CODE1 value that way.&amp;nbsp;&lt;BR /&gt;And just to follow up on that side-note about CODE2 having the same description as CODE1 - there is no way to choose a value that resolves to CODE2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_5-1758140352781.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140597i0F67237AECC18B9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_5-1758140352781.png" alt="CalvinHarmin_5-1758140352781.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Further, there is an inexplicably odd behavior where if 'Show domain and subtype descriptions' is&amp;nbsp;&lt;EM&gt;off&lt;/EM&gt;, the Attributes pane shows TEXTFIELD1 as the CODE1 value! What in the heck? What kind of sense are beginner or even intermediate users supposed to make of this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_6-1758140690668.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140601i6ECAE6315FCA4ACB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_6-1758140690668.png" alt="CalvinHarmin_6-1758140690668.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So after all that said -- what am I asking for?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;(main issue) Preferably, there would be updated behavior in the Attributes pane to help users resolve this exact issue. Whether there is an additional functionality in the Attributes pane that shows both base values of a field AND the domain description at the same time where users can directly 'override' whatever behavior is happening here; or better warning description that describes to the user how to switch the value to NULL (or some other domain value), and &lt;EM&gt;then&amp;nbsp;&lt;/EM&gt;choose the correct domain value. I'm not totally sure what this would look like in the end, but I'm just proposing there ought to be something that is more helpful.&lt;/LI&gt;&lt;LI&gt;(side issue) Possibly require domain descriptions to be unique, the same way domain codes are checked for uniqueness? Maybe there are use cases that negate this... but if there are, they must be aware that they can't actually populate the secondary domain code through the Attributes menu/Attribute table if they do set things up this way, so I'm not sure what the point of that would be.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;(bug fix?) Fix the issue where a domain code description value entered as the base value shows up in the Attributes pane as the domain code value (when 'Show domain and subtype descriptions' is off). Is this a bug? Maybe fixed in other versions of Pro?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;In conclusion: this is not really a fringe issue - I have dealt with it myself many times, my users are confused by this issue, and I have had consultant (GIS professionals) I'm working with struggle with it and I have to explain it to them.&lt;BR /&gt;&lt;BR /&gt;EDIT: Additional note: I imagine this issue also affects users doing web map editing, and Field Maps. So if there can be functionality across the whole pipeline that helps users address domain value mismatch more easily, that would be great.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 20:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idi-p/1651238</guid>
      <dc:creator>CalvinHarmin</dc:creator>
      <dc:date>2025-09-17T20:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Attributes pane: add functionality to better assist users with instances of invalid domain values - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651419#M36190</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115671"&gt;@CalvinHarmin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some notes from my testing of the latest version of Pro (3.5),&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1 only occurs when there are duplicate domain descriptions, which is a bug&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/when-accessing-the-attribute-editor-via-the-edit-and-at-bug-000173197" target="_blank"&gt;https://support.esri.com/en-us/bug/when-accessing-the-attribute-editor-via-the-edit-and-at-bug-000173197&lt;/A&gt;&lt;/P&gt;&lt;P&gt;#1 also only occurs for me in the Attributes Pane, not in the table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scott_Harris_0-1758198614579.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140627i915FAE8C3AB8F0C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Scott_Harris_0-1758198614579.png" alt="Scott_Harris_0-1758198614579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;#2 sounds like a valid Idea/ENH for the Geodatabase. I would recommend entering a separate Idea for that, with the geodatabase label. Here is a related Idea for adding a GP tool:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/check-for-duplicates-in-coded-value-domain/idi-p/964668" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/check-for-duplicates-in-coded-value-domain/idi-p/964668&lt;/A&gt;&lt;/P&gt;&lt;P&gt;#3 Is a bug, I agree, and could be related to #1 but I will definitely investigate.&lt;/P&gt;&lt;P&gt;Since the issues with the Attributes Pane that you describe here are mostly caused by BUG-000173197, I'll close this Idea, as bug should be addressed by Support as a first step.&amp;nbsp; Please contact them so you can follow the status of&amp;nbsp;BUG-000173197. They can also help determine when the other issue may have been addressed within the Attribute Table (where fields that have duplicate domain descriptions, but have an invalid domain can't be fixed ).&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 12:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651419#M36190</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2025-09-18T12:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Attributes pane: add functionality to better assist users with instances of invalid domain values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651433#M36192</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/147857"&gt;@Scott_Harris&lt;/a&gt;&amp;nbsp;Thank you for your quick response. I think these conclusions are only partly correct -- let's ignore the duplicate domain description issue:&lt;/P&gt;&lt;P&gt;When no duplicate descriptions are defined in the domain, there is still the issue where if a value of a field is the 'description' of a domain instead of the code, both the Attributes Table and Attributes pane will be unable to 'change' the invalid domain code (if it's the same as the description of a domain value),&lt;EM&gt; unless the value is switched to something else, and then can be switched to the valid domain choice.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This is confusing to many users because they 'see' they already have the correct value from the domain pick-list, at least &lt;EM&gt;apparently&lt;/EM&gt;. I am asking for a better visual indication / helpful warning for users in this case for how to correct this issue from the Attributes pane.&lt;/P&gt;&lt;P&gt;I will provide another example that is common: a domain with code 'Y' and a description of 'Yes':&lt;/P&gt;&lt;P&gt;If the base values of the field with that domain applied is 'Yes' rather than 'Y', the Attributes Pane will show an error that 'Yes' is not a member of the coded value domain, but the pick-list available to them shows 'Yes' and when they select it nothing changes, so the user likely will be confused about what the problem is, unless they are veteran of domain issues and goes to the attribute table and turns off 'Show domain and subtype description' values and diagnose any non-'Y' values from there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_1-1758201508117.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140630i0E518BB25205DAC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_1-1758201508117.png" alt="CalvinHarmin_1-1758201508117.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The main "Idea" I'm proposing here could be something as simple as a warning that "your base value matches a domain description 'Yes', but is not the correct domain code value of 'Y'. Do you want to update this to match the valid domain code 'Y'?"&lt;/P&gt;&lt;P&gt;Maybe even further: "Do you want to update all values of 'Yes' in this table to the valid domain code of 'Y'?"&lt;/P&gt;&lt;P&gt;IMO this is a very common issue, since sometimes domains are applied to data that is already populated with a 'description' value but the user defines a domain after the fact that uses a more simplified code value, or a code value with different character case than the description.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651433#M36192</guid>
      <dc:creator>CalvinHarmin</dc:creator>
      <dc:date>2025-09-18T13:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Attributes pane: add functionality to better assist users with instances of invalid domain values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651454#M36193</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115671"&gt;@CalvinHarmin&lt;/a&gt;&amp;nbsp;Yes, that does seem like a valid suggestion to improve the software. Perhaps it's best to include the body of your last comment as a separate idea? - Just to keep the bugs (and the confusion caused by them separate).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651454#M36193</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2025-09-18T13:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Attributes pane: add functionality to better assist users with instances of invalid domain values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651473#M36195</link>
      <description>&lt;P&gt;Alright thanks, I will create the more focused idea as a new post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 14:52:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-attributes-pane-add-functionality-to/idc-p/1651473#M36195</guid>
      <dc:creator>CalvinHarmin</dc:creator>
      <dc:date>2025-09-18T14:52:52Z</dc:date>
    </item>
  </channel>
</rss>

