<?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 Unexpected field alias behavior when renaming field via Fields View in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/unexpected-field-alias-behavior-when-renaming/m-p/1297588#M70058</link>
    <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.1.2; mobile geodatabase standalone table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In the Fields View, if I rename a field, the&amp;nbsp;field's previous name gets used as the field alias.&lt;/P&gt;&lt;P&gt;Why is that happening?&lt;/P&gt;&lt;P&gt;Video:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6329083056112w872h540r392" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6329083056112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6329083056112w872h540r392');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6329083056112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 14:03:00 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-06-09T14:03:00Z</dc:date>
    <item>
      <title>Unexpected field alias behavior when renaming field via Fields View</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unexpected-field-alias-behavior-when-renaming/m-p/1297588#M70058</link>
      <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.1.2; mobile geodatabase standalone table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In the Fields View, if I rename a field, the&amp;nbsp;field's previous name gets used as the field alias.&lt;/P&gt;&lt;P&gt;Why is that happening?&lt;/P&gt;&lt;P&gt;Video:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6329083056112w872h540r672" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6329083056112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6329083056112w872h540r672');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6329083056112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 14:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unexpected-field-alias-behavior-when-renaming/m-p/1297588#M70058</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-06-09T14:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected field alias behavior when renaming field via Fields View</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unexpected-field-alias-behavior-when-renaming/m-p/1305800#M70822</link>
      <description>&lt;P&gt;Esri Case #03362627 - Unexpected field alias behavior when renaming field via Fields View&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;These are the steps to reproduce:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create two mobile gdbs: mgdb1 and mgdb2&lt;/LI&gt;&lt;LI&gt;In mgdb1, create a non-spatial table with a text field: T1.&lt;/LI&gt;&lt;LI&gt;Copy the table to mgdb2.&lt;/LI&gt;&lt;LI&gt;In the table in mgdb2, delete&amp;nbsp;the field alias. Save.&lt;/LI&gt;&lt;LI&gt;Rename the field from T1 to T2. Save.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Notes:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The field alias for T1 in the table in mgdb1 does not need to be delete before copying.&lt;/LI&gt;&lt;LI&gt;The behavior only occurs if the table is copied from another mgdb. The behavior does not occur in the table in mgdb1.&lt;/LI&gt;&lt;LI&gt;The Field table&amp;nbsp;&lt;STRONG&gt;must&lt;/STRONG&gt;&amp;nbsp;be opened by right-clicking on the table in the Catalog &amp;gt; Data Design &amp;gt; Fields. The issue is not reproducible if the Fields table is accessed by right-clicking on the table from the Contents. This is why I was not able to reproduce originally. Opening the Fields table from the Contents would be the workaround to use until the bug is fixed.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;BUG-000159633: In a mobile geodatabase table in ArcGIS Pro, the field alias gets automatically set to the previous field name.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unexpected-field-alias-behavior-when-renaming/m-p/1305800#M70822</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-07-05T16:20:48Z</dc:date>
    </item>
  </channel>
</rss>

