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
Shweta_AgarwalShweta_Agarwal 

Field History Tracking Limit

How we can track more then 60 fields per object ? 
Dutta SouravDutta Sourav
Hi Shweta, 
In standard way, You can track field history up to 20 fields per object.

To track more than that,  you can write an Apex Trigger.
Check this link:
http://salesforce.stackexchange.com/questions/39956/what-is-the-best-workaround-for-the-20-field-history-tracking-cap

Hope it helps.

Kind Regards,
Sourav.
Shweta_AgarwalShweta_Agarwal
Hi Sourav,

Thanks for your reply.
But we can't use trigger because I have to track fields from all object of my system. I can use field audit trail, but also it has limit of 60 field per object.

Thanks
Shweta