<?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 map viewer, forms, and related data in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/map-viewer-forms-and-related-data/m-p/1522365#M60899</link>
    <description>&lt;P&gt;I have a feature class with three 1:M related tables.&amp;nbsp; The features represent properties, the tables each reflect different periodic reviews that may occur for a given property. When a user creates a new record in one of the related tables, I'd like to update certain fields in the feature table so that the feature table contains the most recent information from a review. Can I trigger that sort of child-to-parent update from a form developed in the map viewer?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2024 16:57:10 GMT</pubDate>
    <dc:creator>clt_cabq</dc:creator>
    <dc:date>2024-08-15T16:57:10Z</dc:date>
    <item>
      <title>map viewer, forms, and related data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/map-viewer-forms-and-related-data/m-p/1522365#M60899</link>
      <description>&lt;P&gt;I have a feature class with three 1:M related tables.&amp;nbsp; The features represent properties, the tables each reflect different periodic reviews that may occur for a given property. When a user creates a new record in one of the related tables, I'd like to update certain fields in the feature table so that the feature table contains the most recent information from a review. Can I trigger that sort of child-to-parent update from a form developed in the map viewer?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 16:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/map-viewer-forms-and-related-data/m-p/1522365#M60899</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-08-15T16:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: map viewer, forms, and related data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/map-viewer-forms-and-related-data/m-p/1526469#M61087</link>
      <description>&lt;P&gt;Yes, you can.&lt;/P&gt;&lt;P&gt;You can calculate a field in your feature class based on the value in a related table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One technique is to the set a value based on the most current related record.&amp;nbsp; This is an example of an Arcade pattern that can be used to do that.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkBockenhauer_0-1724424625613.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113356i3ED4F7A13CAB2A3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarkBockenhauer_0-1724424625613.png" alt="MarkBockenhauer_0-1724424625613.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;relatedRecords&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;First&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;orderBy&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FeatureSetByRelationshipName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'relateTest_inspectionTable'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"CreationDate DESC"&lt;/SPAN&gt;&lt;SPAN&gt;));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;relatedRecords&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Status&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 14:51:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/map-viewer-forms-and-related-data/m-p/1526469#M61087</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2024-08-23T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: map viewer, forms, and related data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/map-viewer-forms-and-related-data/m-p/1526502#M61089</link>
      <description>&lt;P&gt;thank you - i have used a similar pattern for dashboards and such, i wasn't entirely certain if it would work in an editing scenario. I will play with this a bit!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 15:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/map-viewer-forms-and-related-data/m-p/1526502#M61089</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-08-23T15:35:35Z</dc:date>
    </item>
  </channel>
</rss>

