I am trying to troubleshoot an issue with editing data in an enterprise geodatabase through a feature service in ArcGIS Enterprise 11.3
Does anyone know if information about attribute rules on feature classes is put into a feature service when you publish a reference service to Enterprise? And if so, where can I inspect that attribute rule definition in the service's JSON?
I'm asking because I've run into an issue where if I edit the feature class with a calculation attribute rule applied, it will work if I edit the feature class directly from Pro. But if I make the same edit through the service referencing the feature class, the attribute rule doesn't fire. This made me think that somehow the service is not aware of the attribute rule, so I wanted to verify.