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
cmctamcmctam 

Standard Fields for Custom Objects don't include LastModifiedDate

hi
i was surprised to realize lastmodifieddate isn't a standard field for my custom objects
how to i create a lasmodifieddate field for these objects
thanks!
tammy
 
Nazeer AhamedNazeer Ahamed

You can’t see fields as last modified data in Setup – Object – Fields. And when you look in the application you will able to see last modified by field with data and time that is last modified date.

You can access Last modified date through API. For example, if you extracting records by Data loader, you will able to see column LASTMODIFIEDDATE.

 


cmctamcmctam

thanks

i can see that now

i assumed that if i couldn't see it in the fields list (like i can for contacts) it didn't exist!