Editing data in related tables

245
0
01-26-2021 11:12 AM
Labels (3)
SeanChew88
New Contributor

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. 

SeanChew88_1-1611688301934.png

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.

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). In an SQL database (which I'm familiar with), it'd be something like
Update Projects set Name = 'NewProjectName' where ProjectID = [ProjectID of clicked/selected point or line]

Any documentation on how to do something like that in ArcPro/ArcMap/ArcGIS Online webmaps/webapps? TIA!

0 Kudos
0 Replies