HOW TO
In ArcGIS Pro, enabling editor tracking allows tracking of information about the edits made to the features. Attribute rules allow users to track the edits made to the data of the feature classes and attribute tables. This is useful for recording and comparing data before and after edits.
In this article, a new field called ‘ORG_Residents’ uses an attribute rule to display the original data populating the ‘Residents’ field before new data is added or updated in the field.
Note: The dataset requires Global IDs to add an attribute rule.
if ($feature.<field_name> ==$originalfeature.<field_name>) return $feature.<field_name> else return $originalfeature.<field_name>
The image below shows the attribute rule populates the original data in the ORG_Residents field when changes are made to the Residents field.
Get help from ArcGIS experts
Download the Esri Support App