<?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 Editing attributes from related table in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/editing-attributes-from-related-table/m-p/1020177#M36394</link>
    <description>&lt;P&gt;I have a main table with ProjectID and Name. ProjectID is the foreign key in 2 (or more) 'geometry' tables as a Project can have points AND lines associated with it. The screenshot is from ArcPro. The tables are shown in the screenshot as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeanChew88_0-1611684383714.png" style="width: 600px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4589iC2DCE4A52373F3B2/image-dimensions/600x297?v=v2" width="600" height="297" role="button" title="SeanChew88_0-1611684383714.png" alt="SeanChew88_0-1611684383714.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I'd like is to have these show up as a unified dataset (from user's perspective) in ArcGIS Online webmaps (could be done through a temporary join?). When a feature (point or line) is clicked, it brings up Project Name, and a user can edit Name (in the Projects table) corresponding with the selected feature. I'm not familiar with how to do this in ArcPro/ArcGIS Online.&lt;/P&gt;&lt;P&gt;I'd rather not replicate Name across all related tables as that leads to data integrity issues, and changes in one layer (point) won't reflect in the others (line).&amp;nbsp;In an SQL database (which I'm familiar with), it'd be something like&lt;BR /&gt;&lt;EM&gt;Update Projects set Name = 'NewProjectName' where ProjectID = [ProjectID of clicked/selected point or line]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Any documentation on how to do something like that in ArcPro/ArcGIS Online webmaps/webapps? TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 18:50:44 GMT</pubDate>
    <dc:creator>SeanChew88</dc:creator>
    <dc:date>2021-01-26T18:50:44Z</dc:date>
    <item>
      <title>Editing attributes from related table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/editing-attributes-from-related-table/m-p/1020177#M36394</link>
      <description>&lt;P&gt;I have a main table with ProjectID and Name. ProjectID is the foreign key in 2 (or more) 'geometry' tables as a Project can have points AND lines associated with it. The screenshot is from ArcPro. The tables are shown in the screenshot as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeanChew88_0-1611684383714.png" style="width: 600px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4589iC2DCE4A52373F3B2/image-dimensions/600x297?v=v2" width="600" height="297" role="button" title="SeanChew88_0-1611684383714.png" alt="SeanChew88_0-1611684383714.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I'd like is to have these show up as a unified dataset (from user's perspective) in ArcGIS Online webmaps (could be done through a temporary join?). When a feature (point or line) is clicked, it brings up Project Name, and a user can edit Name (in the Projects table) corresponding with the selected feature. I'm not familiar with how to do this in ArcPro/ArcGIS Online.&lt;/P&gt;&lt;P&gt;I'd rather not replicate Name across all related tables as that leads to data integrity issues, and changes in one layer (point) won't reflect in the others (line).&amp;nbsp;In an SQL database (which I'm familiar with), it'd be something like&lt;BR /&gt;&lt;EM&gt;Update Projects set Name = 'NewProjectName' where ProjectID = [ProjectID of clicked/selected point or line]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Any documentation on how to do something like that in ArcPro/ArcGIS Online webmaps/webapps? TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 18:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/editing-attributes-from-related-table/m-p/1020177#M36394</guid>
      <dc:creator>SeanChew88</dc:creator>
      <dc:date>2021-01-26T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Editing attributes from related table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/editing-attributes-from-related-table/m-p/1020431#M36425</link>
      <description>&lt;P&gt;I don't know how or even if it can be translated to an ArcGIS Online webmap but you can set up relationships in ArcPro. Your idea of creating temporary joins is attractive but would fail because the joining table (your project names) would be read only this is discussed in the help &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/tables/edit-an-active-table.htm" target="_self"&gt;here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You are left with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/an-overview-of-the-relationship-classes-toolset.htm" target="_self"&gt;relationship classes&lt;/A&gt;. Here is an example of setting up a relationship, f1 would be for example your point layer and t1 is your projects names table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_0-1611747753899.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4657iBF8A9A36A51692F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DuncanHornby_0-1611747753899.png" alt="DuncanHornby_0-1611747753899.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Repeat for your polyline layer.&lt;/P&gt;&lt;P&gt;Then when you select a point and you are on the Edit tab and have opened the attributes panel then by expanding out your selected feature you see your related table and editing the name there means if you select a polyline you will see your updated project name.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_1-1611747946316.png" style="width: 568px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4658i238EA52F8B9020F5/image-dimensions/568x396?v=v2" width="568" height="396" role="button" title="DuncanHornby_1-1611747946316.png" alt="DuncanHornby_1-1611747946316.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 11:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/editing-attributes-from-related-table/m-p/1020431#M36425</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-01-27T11:47:28Z</dc:date>
    </item>
  </channel>
</rss>

