Last Discovered
is backed by the updated_at
and inactivated_at
timestamp fields.
If the asset is active, we use updated_at
, and if it’s inactive, we use inactivated_at
. That is standard for all assets.
updated_at
will change any time any field of the asset record is updated. updated_at
will also change if anything else on the record changes such as tags, name, etc.