Using ArcGIS Enterprise 10.8.1. We have a feature class containing point features that effectively are the inventory of that particular facility (water meters, if it matters). That inventory layer contains fields such as the meter register ID and serial number, among others.
I'm setting up a related table for some specific maintenance activities such as replacing the meter with a brand new one, which will require updating the inventory fields accordingly. I plan to use the Smart Forms capability within Field Maps to guide the user through entering all of the required fields for a particular activity into the related table. For some of the activities, the user will need to populate a field in the related table with the new meter register ID (as one example). I would like that value to automatically update the feature class field upon submitting the related table edits.
Is there a way to set up an attribute rule or something similar that will update a field in a feature class with a value from the related table?
I'm open to any possible solutions. What I don't want is for the user to need to jump from one form to another (related table form over to the feature class form) to populate values or duplicate the population of a value (double entry and double the chance for user error).
Thanks for any ideas you might have!