Use case: Users need to be aware of the records that have recently been updated, but once they view the record, the record is no longer needed in the model (ie. show records with unseen updates).
I would like to query records where the LastModifiedDate is more recent than the LastViewedDate. Is this possible?
