I have a point, line, and area feature class that I want to relate to one monitoring table.
I have created GlobalID in the feature class and GuID in the table.
Simple relationship classes between each feature and the table using 1:M, GlobalID to GuID, and forward messaging.
Feature Class Area > Simple Relationship Class 1:M, GlobalID to GuID, and forward messaging > Monitor Table
Feature Class Line > Simple Relationship Class 1:M, GlobalID to GuID, and forward messaging > Monitor Table
Feature Class Point > Simple Relationship Class 1:M, GlobalID to GuID, and forward messaging > Monitor Table
This works as designed in the ArcGis Pro desktop but when published and used in Collector I get the error "1 or more attributes failed to submit" when trying to add a related event.
Is this functionality possible? Am I doing something wrong in the configuration? I don't particularly want to create a static merge after the fact...
Thanks!
Tyler