I have a table that contains organization names and a feature class that contains features that belong to the organizations. This is a 1-M relationship, organizations can be related to many features, but the features only relate to one organization. The primary key would be the organization's name. The table contains a GUID for each organization.
I would like the relationship class set up so that when I add a new feature, and enter the organizations name, the org's GUID populates another field in the feature class. Is there a way to set up the relationship class so that this happens automatically? It seems similar to a composite relationship. I don't have a solid understanding of how related tables work, so I'm not sure if this is possible, or if I need to take another approach. I think the other way to accomplish my goal would be to use an arcade expression in a calculation attribute rule to look up the organizations GUID in the table and then write it to the feature class field.
All data is stored in an enterprise geodatabase