I have a feature class of highway ramps and a related table that houses the unique field to create the relate and a couple other fields I am trying to automatically populate on save
Can I configure field maps to Automatically create a new Related record on SAVE of the original record writing to a related table. Thus creating a historical table of change over time..
Example:
1. Ramp Status field on the Line Feature Class is OPEN
2. User clicks on the record and updates the status to CLOSED
3. I want to have a record created in the related table that pulls info from the Main Feature.
ex. The STATUS, USER, RAMPID, TIMESTAMP
Where the user does NOT have to do anything but change the STATUS on the main feature and the related record is created automatically.
This would only create a new Record if and when the STATUS field was changed.