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
chidambarakumari rchidambarakumari r 

How to get the case history details

Hi Guys,

How to get the case history details from case object. I need to know the date and time when the case first time modified. Could you please help me in this scenario.
Pradeep SinghPradeep Singh
Hi,
If Field History Tracking is enabled in your org. for case object, then you can get the history using CaseHistory Object.
CaseHistory contains only the history of fields selected in Field History Tracking.