<?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 Building a Relationship Class in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670105#M100554</link>
    <description>&lt;P&gt;I am working with Cemetery Data where I have a Feature Class with the lots. Each lot contains information such as ID,&amp;nbsp; Names of deceased and Status for each lot (Available, Owned, Unavailable, etc).&lt;/P&gt;&lt;P&gt;I would like to separate out the Names to a separate table since I am coming across cases where you could have multiple deceased in one lot. Same could be true for the columbarium. I currently have GlobalIDs field in the original Feature Class.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;Can I simply create a new table and then append the information from the original feature class?&lt;/P&gt;&lt;P&gt;Can I use the GlobalID as the parent ID in the new table?&lt;/P&gt;&lt;P&gt;Should the parentID be a GUID data type?&lt;/P&gt;&lt;P&gt;Once the relationship is created and the names are input in the new table (new row), will the parent ID need to be copied or will it populate automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Dec 2025 14:43:15 GMT</pubDate>
    <dc:creator>aam</dc:creator>
    <dc:date>2025-12-03T14:43:15Z</dc:date>
    <item>
      <title>Building a Relationship Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670105#M100554</link>
      <description>&lt;P&gt;I am working with Cemetery Data where I have a Feature Class with the lots. Each lot contains information such as ID,&amp;nbsp; Names of deceased and Status for each lot (Available, Owned, Unavailable, etc).&lt;/P&gt;&lt;P&gt;I would like to separate out the Names to a separate table since I am coming across cases where you could have multiple deceased in one lot. Same could be true for the columbarium. I currently have GlobalIDs field in the original Feature Class.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;Can I simply create a new table and then append the information from the original feature class?&lt;/P&gt;&lt;P&gt;Can I use the GlobalID as the parent ID in the new table?&lt;/P&gt;&lt;P&gt;Should the parentID be a GUID data type?&lt;/P&gt;&lt;P&gt;Once the relationship is created and the names are input in the new table (new row), will the parent ID need to be copied or will it populate automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 14:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670105#M100554</guid>
      <dc:creator>aam</dc:creator>
      <dc:date>2025-12-03T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Relationship Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670109#M100555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/122714"&gt;@aam&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;So to answer your questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Yes, you can append data to the related table using information from the parent table. We have attribute rules that do this automatically for our inspections.&lt;/LI&gt;&lt;LI&gt;You can use any kind of id but you must make certain that the field data types are the same and the primary key fields in both tables are of similar size. So yes you can use GlobalIDs. Just make sure the related table has a separate globalid field that isn't auto-populated.&lt;/LI&gt;&lt;LI&gt;Yes - Must be a global id&lt;/LI&gt;&lt;LI&gt;When you append and you field match accordingly it will match automatically. You do not want the related table to populate automatically because your relationship will not work. The relationship is looking for identical values so if they are different then it will not work.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 03 Dec 2025 14:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670109#M100555</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-12-03T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Relationship Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670114#M100556</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;#4. I plan to eventually publish this relationship class (Reference Layer) and use it in an Editing App. This way the cemetery staff can add the names to Cemetery plot whenever the interment is placed. Would this relationship still be valid? Will the ParentID auto populate when the names are entered?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 15:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670114#M100556</guid>
      <dc:creator>aam</dc:creator>
      <dc:date>2025-12-03T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Relationship Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670127#M100558</link>
      <description>&lt;P&gt;I am not sure because we use attribute rules to dictate a lot of the editing behavior. It may automatically populate but I cannot be certain of that. In any case you may want to consider using an attribute rule just to be on the safe side.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 15:39:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/building-a-relationship-class/m-p/1670127#M100558</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-12-03T15:39:16Z</dc:date>
    </item>
  </channel>
</rss>

