<?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: Automatically Create Records in related Tables from Point Feature Class in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421869#M2805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is what I would like to do.&amp;nbsp; &lt;/P&gt;&lt;P&gt;When a user places a new point I would like them to be able to edit the related tables immediately without having to create a new record for that point.&amp;nbsp; The related tables would automatically receive the point ID field that relates them together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 15:19:03 GMT</pubDate>
    <dc:creator>PaulMcBride</dc:creator>
    <dc:date>2015-03-17T15:19:03Z</dc:date>
    <item>
      <title>Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421867#M2803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a point feature with a single field used as the the attribute key for relationship classes to other tables.&amp;nbsp; I am looking to automatically create a row into the related tables with the key field populated from the point creation.&amp;nbsp; Any ideas how to auto populate the tables with that key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a screenshot of the inside of database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/72816_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul McBride&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 18:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421867#M2803</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-12T18:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421868#M2804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;I'm a little confused, do you want to copy the first row in your points file to a new row in each of the related tables?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 15:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421868#M2804</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2015-03-17T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421869#M2805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is what I would like to do.&amp;nbsp; &lt;/P&gt;&lt;P&gt;When a user places a new point I would like them to be able to edit the related tables immediately without having to create a new record for that point.&amp;nbsp; The related tables would automatically receive the point ID field that relates them together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 15:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421869#M2805</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-17T15:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421870#M2806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I wrote a small python script that should work. The script should be able to handle a few points really quickly, but will be slower than needed if your very large numbers of input points. Since your said it will only be one at a time, this should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I included two ways of selected your related tables (manually and automatically). Remove the method you choose not to use. You will also need to make sure your key field already exists in all your related tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcview
import arcpy

workDir="C:\\path\\to\\data\\TESTGeodatabase.gdb"

pointsFC="MCCOG_Complaint.DBO.complaint"

keyField="complaintKey"

#Manually select related tables:
relatedTables=["MCCOG_Complaint.DBO.complaintProblem","MCCOG_Complaint.DBO.complaintWorkOrder"&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;,"MCCOG_Complaint.DBO.complaintContractor"&lt;/SPAN&gt;]

#Automatically select related tables:
arcpy.env.workspace=workDir
relatedTables=arcpy.ListTables("&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;MCCOG_Complaint.DBO.co&lt;/SPAN&gt;mplaint*") #all table that begin with 'MCCOG_Complaint.DBO.complaint'

#Copy rows to related tables:
with arcpy.da.SearchCursor(workDir+"\\"+pointsFC,[keyField]) as inRows:
&amp;nbsp;&amp;nbsp;&amp;nbsp; for inRow in inRows:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for relatedTable in relatedTables:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with arcpy.da.InsertCursor(workDir+"\\"+relatedTable,[keyField]) as outRows:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outRows.insertRow(inRow)

print("Complete!")&lt;/PRE&gt;&lt;P&gt;Let me know how it goes!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421870#M2806</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2021-12-11T19:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421871#M2807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like you would want to create the search cursor on just the selected features instead of everything in the point feature class. I think the way you have it now would copy all rows in the point feature class to the related tables each time a new point was added (creating duplicate records in the related tables).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421871#M2807</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-03-17T17:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421872#M2808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the script.&amp;nbsp; Did you run this within arcmap or did you create an addin and then put code into python script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421872#M2808</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-24T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421873#M2809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually ran my python script outside of ArcMap using IDLE, but it can also be run within ArcMap. I did not set it up as a python add-in. Also, as Blake pointed out, the script will copy over ALL keys in the complaint file to the related tables each time it runs (thanks for that catch Blake!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few ideas on how to proceed;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We can change the script so that it only copies over keys that don't yet exist in the related tables. This would mean the script could be run in ArcMap or outside ArcMap (with IDLE), and just requires pointers to the data.&lt;/LI&gt;&lt;LI&gt;We can use Blake's idea and only run the script on selected records. This would mean we have to be in ArcMap and have to be able to programmatically pick out the complaint layer with the user selected points. If we set this up as an add-in, there is a way to pick out the layer the user has selected in the TOC. &lt;/LI&gt;&lt;LI&gt;We can combine the 2 above approached so that if users run the tool twice on the same Key, it won't create duplicate records in the related tables.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you think!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421873#M2809</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2015-03-24T15:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421874#M2810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like this is the classic example for creating a Relationship Class Extension. By developing ArcObjects code, and hooking into the relatedObjectCreated method, you should be able to add a record to the related table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421874#M2810</guid>
      <dc:creator>ThomasTri</dc:creator>
      <dc:date>2015-03-24T15:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421875#M2811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 3 sounds great.&amp;nbsp; What I would like to do is get this script into a button that after the point is placed and assigned the key number then they could hit the button and apply to the related tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:41:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421875#M2811</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-24T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421876#M2812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no experience with ArcObjects.&amp;nbsp; Is this something I could do farely easily or with guidance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:42:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421876#M2812</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-24T15:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421877#M2813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the code would be all that difficult, but learning ArcObjects is not an afternoon project :-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421877#M2813</guid>
      <dc:creator>ThomasTri</dc:creator>
      <dc:date>2015-03-24T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421878#M2814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay sounds good.&amp;nbsp; I will look into that if i can't get my Python to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421878#M2814</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-24T16:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421879#M2815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a python solution (I don't know ArcObjects either). Can you let me know the exact name of the key field for the complaint point file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421879#M2815</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2015-03-26T14:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421880#M2816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the field is "ComplaintNo".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 18:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421880#M2816</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-26T18:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421881#M2817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have prepared a Python Add-In that should do what you need. I attached a .zip of it. Note that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To install the Add-In, run "PythonAddIn.esriaddin"&lt;/LI&gt;&lt;LI&gt;You can see the raw code under the "Install" folder&lt;/LI&gt;&lt;LI&gt;If you make any changes, run the "makeaddin.py" and then re-install with "PythonAddIn.esriaddin"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haven't already, you can download the python add-in wizard &lt;A href="http://www.arcgis.com/home/item.html?id=5f3aefe77f6b4f61ad3e4c62f30bff3b"&gt;here&lt;/A&gt;. You can use "addin_assistant.exe" to change the Add-In documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works out for you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I ran into one limitation. If the user has an attribute table open (from one of the related tables), they will have to close and re-open the table to see the changes. More info &lt;A href="http://gis.stackexchange.com/questions/59994"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 19:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421881#M2817</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2015-03-26T19:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421882#M2818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry but I do not see the attached ZIP.&amp;nbsp; Thank you again for your hard work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421882#M2818</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-27T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421883#M2819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's odd. It's working for me. Try &lt;A _jive_internal="true" href="https://community.esri.com/servlet/JiveServlet/download/483619-126332/PythonAddIn.zip"&gt;this link&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421883#M2819</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2015-03-27T14:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421884#M2820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked!&amp;nbsp; Thanks again for all the work to help me.&amp;nbsp; I am getting ready to back surgery in the next few weeks so my schedule is getting crazy.&amp;nbsp; I will keep you posted as to my progress with the tool and how it works for the end user in the office.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/421884#M2820</guid>
      <dc:creator>PaulMcBride</dc:creator>
      <dc:date>2015-03-30T11:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/1038740#M5802</link>
      <description>&lt;P&gt;This would be a very good thing to build into ArcGIS (AGOL, Pro, Desktop).&amp;nbsp; It would make sense in fact to be a default behavior.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1021"&gt;@KellyGerrow&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feature Enhancements:&lt;/P&gt;&lt;P&gt;1. Allow automatic creation of a related record when a new origin feature is created.&amp;nbsp; Allow this in AGOL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Allow creation of relationships in AGOL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Allow for modification of Relationship properties after creation (Desktop/AGOL) (It appears possible via JSON but allowing via GUI would be good)&lt;/P&gt;&lt;P&gt;4. Allow adding related records in AGOL (current workaround is using Collector or WAB Editor Widget; add full support)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 17:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/1038740#M5802</guid>
      <dc:creator>KevinMacLeodCAI</dc:creator>
      <dc:date>2021-03-19T17:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create Records in related Tables from Point Feature Class</title>
      <link>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/1080076#M5953</link>
      <description>&lt;P&gt;Hello Thomas,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also trying to achieve this same workflow, some years later! Is there some literature or a webpage out there that describes how to accomplish this workflow?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 13:09:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/automatically-create-records-in-related-tables/m-p/1080076#M5953</guid>
      <dc:creator>Allison_Hockey</dc:creator>
      <dc:date>2021-07-18T13:09:39Z</dc:date>
    </item>
  </channel>
</rss>

