<?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 there a way to automate the 'Add new to Relationship' to create a new related record in ArcPro using python?  Thanks. - Tom in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-the-add-new-to/m-p/126528#M7272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain that in some more detail please? I can append data from the source table in my new feature class, including GlobalID but then what? Thank you for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Got it!&lt;/P&gt;&lt;P&gt;first, if nessecary copy the feature class into your own gdb (I overlooked that first)&lt;/P&gt;&lt;P&gt;append data to the (soon to be related table) 'Use the field map to reconcile schema differences' option for schema type and make sure to map globalid to the ID guid in your table&lt;/P&gt;&lt;P&gt;create the relationship class&lt;/P&gt;&lt;P&gt;delete extraneous fields in the feature class now present (and related) in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and have a great day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2020 07:54:38 GMT</pubDate>
    <dc:creator>Gisbert61</dc:creator>
    <dc:date>2020-10-19T07:54:38Z</dc:date>
    <item>
      <title>Is there a way to automate the 'Add new to Relationship' to create a new related record in ArcPro using python?  Thanks. - Tom</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-the-add-new-to/m-p/126526#M7270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are moving from a flat table structure where the inspection were part of the feature class to a new structure using a related table to record the inspections details. I copied the point locations into&amp;nbsp;our new dataset containing the&amp;nbsp;new point feature class and the relationship class and I preserved the global IDs so I can do a join to transfer the inspection data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find a way to copy or append the data into the related table where it will allow me to put the parent globalID into the related table's foreign key's GUID field. The only way it lets me create the related record is to manually create the relationship by selecting the feature and then right-clicking and using the&amp;nbsp; 'Add new to relationship' option.&amp;nbsp; Then I can do the join and transfer the inspection data to the correct fields.&amp;nbsp; The problem is that I have thousands of records!!!&amp;nbsp; There must be an easier way!!!&amp;nbsp; Please help... regards - Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-the-add-new-to/m-p/126526#M7270</guid>
      <dc:creator>ThomasMakibbin</dc:creator>
      <dc:date>2019-04-01T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to automate the 'Add new to Relationship' to create a new related record in ArcPro using python?  Thanks. - Tom</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-the-add-new-to/m-p/126527#M7271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that if I delete the relationship class first and import the data, it allows me to add the parent GlobalID into the Foreign Key of the related table.&amp;nbsp; I can then add the&amp;nbsp;&lt;SPAN&gt;relationship class to relate the parent and child records.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 17:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-the-add-new-to/m-p/126527#M7271</guid>
      <dc:creator>ThomasMakibbin</dc:creator>
      <dc:date>2019-04-02T17:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to automate the 'Add new to Relationship' to create a new related record in ArcPro using python?  Thanks. - Tom</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-the-add-new-to/m-p/126528#M7272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain that in some more detail please? I can append data from the source table in my new feature class, including GlobalID but then what? Thank you for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Got it!&lt;/P&gt;&lt;P&gt;first, if nessecary copy the feature class into your own gdb (I overlooked that first)&lt;/P&gt;&lt;P&gt;append data to the (soon to be related table) 'Use the field map to reconcile schema differences' option for schema type and make sure to map globalid to the ID guid in your table&lt;/P&gt;&lt;P&gt;create the relationship class&lt;/P&gt;&lt;P&gt;delete extraneous fields in the feature class now present (and related) in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and have a great day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2020 07:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-automate-the-add-new-to/m-p/126528#M7272</guid>
      <dc:creator>Gisbert61</dc:creator>
      <dc:date>2020-10-19T07:54:38Z</dc:date>
    </item>
  </channel>
</rss>

