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
AravindBabu512AravindBabu512 

Field Tracking List using Apex

Hi,

 

Is there any way to identify if the field is enabled for field history tracking using Apex?

 

DescribeFieldResult methods does not have any specific mention on the field history. If any of you can direct me towards something it would be very helpful for me.

 

Thanks,

Aravind

Suresh_SoftsquareSuresh_Softsquare
Hello Aravind,

Were you able to find a way for this? We are in need of this same thing. It seems that this can be found out only using Metadata API and get the xml for the object definition. I am looking for a simpler way than this.

Thanks,
Suresh Kumar