I'm working in Arcgis pro and have created a utility network. I would like to write a constraint rule. Our feature class "Structure Line" has two asset groups: "The rule should automatically check if a "Trasse" and a "Schutzrohr" intersect. If that's the case, the rule should check if they have the same value in the "Network Level" column of the attribute table. If not, an error message should appear.
Not Arcade, but Data Reviewer's Feature on Feature check can be used to implement a validation attribute rule which identifies the above scenario (spatial relationship: intersects, Compare Attributes: Network Level ≠ Network Level).
Unfortunately, the same check used as a constraint attribute rule lacks the ability to compare attributes of features that intersect.