Hi ESRI Community,
I have another attribute rule question I need to ask, since you were so helpful last time. I have a drainage network layer that consists of a feature class with a field that I want to have populated based on two conditions in the related inspection table.
The inspection table has a field “InspectionReason” which gets populated, via a dropdown, with either “Condition Rating” or “Maintenance Activity”.
The inspection table also has a field “OtherDrainageRatable” which gets populated via a dropdown.
The feature class name is CTDOT_Planning_OtherDrainage and has a field named “ConditionRatingInspectionStatus”.
The logic would work like this:
If the “InspectionReason” = “Condition Rating” and the “OtherDrainageRatable” = “Yes” then the “ConditionRatingInspectionStatus” in the feature = “Inspection Completed”.
If the “InspectionReason” = “Condition Rating” and the “OtherDrainageRatable” is not “Yes” then the “ConditionRatingInspectionStatus” in the feature = “Inspection Attempted”.
I was able to get the first part to work but I don’t know how to handle the else part of the second condition.
I’m currently testing using a fgdb in Pro, however, this will be moved to Enterprise for use in web app and Field Maps.
ArcGIS Pro 2.8.8
Arc Enterprise 10.9.1
Thank you in advance for any assistance.