It would be great if all (or at least many) entities would have a time stamp that tells the last time it was updated. A use case for this is in integrations, where we often want to send all new updates on a regular basis.
For all entities that support field templates we can of course add a field that is set to current time using an event broker, but it requires som overhead code and is not possible for for example price list items.
A timestamp for the last update, as well as one for creation, would be fantastic. Currently, we add this functionality manually to every applicable entity for use in both incoming and outgoing integrations.