Select to view content in your preferred language

Able to View/Edit/Add Records in one Related Table but Not Another

261
4
08-21-2024 10:36 AM
ThomasBucher
Occasional Contributor

I am trying to configure a Field Map application to be used for road inspections. I have a feature service that holds a polyline layer of roads that is related to two separate tables, one for inspection results and one for deficiencies.

 

After setting up my Field Map, I'm able to view, edit, and add records to the deficiency tables but no records display from the inspection table and when I try to add a new record a pop-up appears saying "Unable to Create Feature".

 

Does anybody know what might be causing this issue? It seems odd that one related table works fine but the other does not.

0 Kudos
4 Replies
HannesVogel
Frequent Contributor

Hi @ThomasBucher , did you check the requirements for related records in Field Maps? Only 1:1 or 1:N (one to many) relations are allowed and not many to many. I don't know what cardinality you used.

0 Kudos
ThomasBucher
Occasional Contributor

Hi @HannesVogel, both relationships are 1:N, and I've ensure that the Related Types setting is set to All rather than Filtered.

0 Kudos
HannesVogel
Frequent Contributor

And you also used GlobalIDs and GUIDS as keys?

0 Kudos
ThomasBucher
Occasional Contributor

Yep, used the GlobalID of the parent and created GUID fields for the child tables.

0 Kudos