Hi all,
We have maps that generally all follow the same scheme. There is generally a point class that contains a completion status with 3 options ("Not Completed", "Completed", "Completed and Approved") Each of these point classes represent a real-world feature like a valve or a service etc. We then have inspections in a related table to each of these point classes where the user can answer questions yearly, submit the inspection, and then go back to the parent and mark that it has been "Completed". Every year we reset the completion status to "Not Completed" and it starts over. I'd like to use create an immediate calculation rule that when a new related inspection is created, it updates the completion status field to update it automatically to "Completed". I've used Arcade to create some pop-ups, but this is beyond what I have come up with.
I found this link: https://www.esri.com/arcgis-blog/products/arcgis-pro/data-management/advanced-gdb-attribute-rules-editing-external-features-with-attribute-rules/, but it is more about geometry and buffers, and less about just updating a single field. I have some more uses for the attribute rules, but I think this would get me started in the right direction. If someone could help me, I would be so grateful.
Thanks for your help!