Hi Esri Community,
I have a feature class named BMPs and it contains a field called BMPType. There are 20 choices in the dropdown for this field. It has a related table named BMPInspections. The GlobalID of the feature is related to the ParentGUID of the inspection table with a 1:M relationship. The inspection table has a field names BMPSubtype. There are 8 attributes for this field.
For example, if the features BMPType field has an attribute of "Sand Filter" then I want it to populate the inspection table BMPSubtype field with "Filtering" when an inspection is being created in Field Maps. Basically, when the BMPType field in the feature is populated with either "Sand Filter", "Media Filter" or "Vegetation Filter Strip" when an inspection is created, I want the BMTSubtype field in the inspection table to populate with "Filtering".
If the BMPType field in the feature is populated with either "Dry Well" or "Leaching Catch Basin" then the inspection table will populate with "Dry Well/Leaching CB".
There are several scenarios like this, but you get the picture.
Any help with this would be greatly appreciated!