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
rushirushi 

Can't see the field history

Hello,

We are tracking the field name called "hours submitted" and this feld is read-only to the user(who is creating the record).
After creating the record the hours value is populated and no tracking history is avilable.
I looked at the code and all workflow rules nothing is updating the value.

Is there any chance to miss the field history traking?
Thanks.....
SandhyaSandhya (Salesforce Developers) 
Hi,

Make sure you click on set history tracking button so that the related list is visible to you.

When you enable field history tracking for an object then the changes are stored in a special history table for that particular object
.
The naming convention for these objects is:

[standardObjectName]History e.g. AccountHistory, ContactHistory etc
.
[customObjectName]__History e.g. Car__History, Brand__History etc.

Please refer below link

https://help.salesforce.com/apex/HTViewHelpDoc?id=tracking_field_history.htm&language=en

Hope this helps you!

Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya