<?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: Is sorting the related table records possible when Map is configure in Map Viewer Beta? in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1177380#M3611</link>
    <description>&lt;P&gt;Has there been any update on this feature?&lt;/P&gt;&lt;P&gt;With all the forms I've modified for use with Field Maps, editing a map in Map Viewer Classic isn't an option for me.&lt;/P&gt;&lt;P&gt;Is there any code that can be written in ArcGIS Online Assistant?&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 22:13:45 GMT</pubDate>
    <dc:creator>JasonCyphers</dc:creator>
    <dc:date>2022-05-25T22:13:45Z</dc:date>
    <item>
      <title>Is sorting the related table records possible when Map is configure in Map Viewer Beta?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1041116#M681</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a feature class added to a Map Viewer Beta map.&amp;nbsp; The FC has a related table called granulation.&amp;nbsp; When a person selects on the feature on the map and then the Granulation link in the pop up (in Field Maps), I want to sort the returned records by date.&amp;nbsp; (See attached images)&amp;nbsp; Can anyone tell me how that is done?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Sort Options are set on the tables pop up on the View-Layer's Visualization tab.&amp;nbsp; When using the View Layer in a regular Map Viewer map, the related records sort correctly in Field Maps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 17:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1041116#M681</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-26T17:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is sorting the related table records possible when Map is configure in Map Viewer Beta?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1051312#M862</link>
      <description>&lt;P&gt;UPDATE:&amp;nbsp; I ended up asking this question at the developer conference.&amp;nbsp; I was told that more support for related tables should be added to the new map viewer later this year.&amp;nbsp; Until then, I've found that if I create the map initially in the MapViewer Classic and set the related table sort options there, they persist when I move the map to the new MapViewer so I can work with Field Maps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 14:36:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1051312#M862</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-04-26T14:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is sorting the related table records possible when Map is configure in Map Viewer Beta?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1177380#M3611</link>
      <description>&lt;P&gt;Has there been any update on this feature?&lt;/P&gt;&lt;P&gt;With all the forms I've modified for use with Field Maps, editing a map in Map Viewer Classic isn't an option for me.&lt;/P&gt;&lt;P&gt;Is there any code that can be written in ArcGIS Online Assistant?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 22:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1177380#M3611</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2022-05-25T22:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is sorting the related table records possible when Map is configure in Map Viewer Beta?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1303318#M6388</link>
      <description>&lt;P&gt;Did you figure it out&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9918"&gt;@JasonCyphers&lt;/a&gt;&amp;nbsp;?&lt;BR /&gt;&lt;BR /&gt;Think i found a way to add it with assistant.&lt;BR /&gt;I sorted my related records on creation added. By adding te following code as element of the popupInfo of the feature class:&lt;/P&gt;&lt;P&gt;"relatedRecordsInfo": {&lt;BR /&gt;"showRelatedRecords": true,&lt;BR /&gt;"orderByFields": [&lt;BR /&gt;{&lt;BR /&gt;"field": "relationships/0/CREATED_DATE",&lt;BR /&gt;"order": "desc"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 11:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1303318#M6388</guid>
      <dc:creator>WilfredKnol1</dc:creator>
      <dc:date>2023-06-27T11:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is sorting the related table records possible when Map is configure in Map Viewer Beta?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1374394#M7789</link>
      <description>&lt;P&gt;Hey there, how did you related multiple tables to the feature class.&lt;/P&gt;&lt;P&gt;And is there any update on sorting descending for dates for related tables.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 15:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/is-sorting-the-related-table-records-possible-when/m-p/1374394#M7789</guid>
      <dc:creator>KHUSH_295</dc:creator>
      <dc:date>2024-01-25T15:29:02Z</dc:date>
    </item>
  </channel>
</rss>

