Select to view content in your preferred language

How to appropriate remove joins and add them back when customizing hosted feature fields...

218
2
10-17-2025 02:54 PM
AdamCottrell
Frequent Contributor

Is there a document/process that shows the how the ArcGIS solution Hosted Feature layers are joined?  I need to remove the joins, add our specific fields and then recreate the joins.  These joins are automatically created when a solution is deployed.  My concern is that I may not correctly recreate the join.  For example, I am looking at the Streetlight and Sign and Signal solutions that have the layers joined to tables.

Thank you.

0 Kudos
2 Replies
DanielWickens
Esri Contributor

@AdamCottrell - We don't explicitly document how the join views are created. 

The Sign_mainthistory and Pole_mainthistory views are both 1:M join views based on the globalid – assetglobalid relationship between the asset layer and the maintenance table, showing the entire maintenance history of the assets.

Here’s a snapshot of the settings for the Join Features tool in Map Viewer. Creating the Pole_mainthistory join view works the same as creating the Sign_mainthistory join view, just with the Poles layer and Pole maintenance table. Same applies to the join views in the Signal and Streetlight solutions.

Please reach out if you have any further questions.

DanielWickens_0-1761007272342.png

 

 

0 Kudos
AdamCottrell
Frequent Contributor

Thank you Sir!  I believe this is what I needed.  I now need to test by removing the existing joins and add my needed attributes fields and then add the joins back.  Again, thank you!  I greatly appreciate it!

0 Kudos