<?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: Edit Record widget - how to change default display field? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/edit-record-widget-how-to-change-default-display/m-p/1364724#M10028</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/706018"&gt;@ElizaKronenberger&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/595273"&gt;@gis_KIWI4&lt;/a&gt;&amp;nbsp;This has been determined that it is a bug for the edit widget:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/edit-widget-form-integration/td-p/1354920/page/2" target="_self"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/edit-widget-form-integration/td-p/1354920/page/2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 14:46:08 GMT</pubDate>
    <dc:creator>ArmstKP</dc:creator>
    <dc:date>2023-12-28T14:46:08Z</dc:date>
    <item>
      <title>Edit Record widget - how to change default display field?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/edit-record-widget-how-to-change-default-display/m-p/1343579#M9050</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to use the Edit Record widget within Experience Builder. I have a related table (called 'ServiceCompleted') and I want the user to be able to select any record to edit the editable field. However, the only way that the Edit Record widget seems to be showing the records is by displaying the date/timestamp code, which I understand is what Esri stores for date/time fields in ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ElizaKronenberger_0-1698702140859.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84488iE86C3CEF9F44AAD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ElizaKronenberger_0-1698702140859.png" alt="ElizaKronenberger_0-1698702140859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I assumed that the editing tool widget was showing the layer display (or primary display field).&amp;nbsp;I have tried in several ways (within Portal and ArcPro) to change this display field&amp;nbsp;but nothing seems to work. Here are the instructions I followed within Pro:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/set-the-layer-display-field.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/editing/set-the-layer-display-field.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is there any way to change the way the records are displayed within this widget?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 21:47:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/edit-record-widget-how-to-change-default-display/m-p/1343579#M9050</guid>
      <dc:creator>ElizaKronenberger</dc:creator>
      <dc:date>2023-10-30T21:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record widget - how to change default display field?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/edit-record-widget-how-to-change-default-display/m-p/1343639#M9053</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/706018"&gt;@ElizaKronenberger&lt;/a&gt;&amp;nbsp;- Hi, I believe this can be fixed by adjusting the pop-up of the related table in the webmap displayed within the Experience Builder.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gis_KIWI4_1-1698714025668.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84511i707D9DB846668EB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gis_KIWI4_1-1698714025668.png" alt="gis_KIWI4_1-1698714025668.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6340187920112w1502h540r520" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6340187920112" 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-6340187920112w1502h540r520');  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/6340187920112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 01:02:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/edit-record-widget-how-to-change-default-display/m-p/1343639#M9053</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2023-10-31T01:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Record widget - how to change default display field?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/edit-record-widget-how-to-change-default-display/m-p/1364724#M10028</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/706018"&gt;@ElizaKronenberger&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/595273"&gt;@gis_KIWI4&lt;/a&gt;&amp;nbsp;This has been determined that it is a bug for the edit widget:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/edit-widget-form-integration/td-p/1354920/page/2" target="_self"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/edit-widget-form-integration/td-p/1354920/page/2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 14:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/edit-record-widget-how-to-change-default-display/m-p/1364724#M10028</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2023-12-28T14:46:08Z</dc:date>
    </item>
  </channel>
</rss>

