Aller au contenu principal

How can I get related features (from tables) to appear in the Feature Details?

Commentaires

1 commentaire

  • Alex St. John

    There was an issue in the configuration of my relationship class. I made it simple, 1-to-many, no messaging, and used a different field for the PK and FK. It was failing because I used UID (a sort of self-managed OBJECTID) but it was confused because there is Structure.UID and Inspection.UID, and we don't have an Inspection.StructureUID field, a deficiency in the design of our table, and I switched it to the Structure (serial) Number that relates a structure to its many inspections.

    0

Vous devez vous connecter pour laisser un commentaire.