Hello all. For my work there are several types of assets that we maintain ownership/maintenance of and perform scheduled inspections on a repeat cycle. Each type of asset is maintained in their own feature class and then all of the inspection data is maintained in a related table using the FacilityID of each asset as the Origin/Foreign key for the 1:M relationship class.
We are currently restructuring our .gdb and would like to implement a new filed for each asset's feature class that contains the date of the most recent inspection. What would be the most straightforward way to incorporate an automated population/update of this field with the most recent date from the related data?