function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dinesh1617Dinesh1617 

Finding the latest SystemModStamp

Hi, Can any ne tell me
"how to write a query to find the most recent SystemModStamp on object".
Best Answer chosen by Dinesh1617
Phillip SouthernPhillip Southern
You can reference the field LastModifiedDate to get the date or LastModifiedById to get the user Id that performed the last update.