Field History Tracking

Do you guys know if we have a history tracking table in Salesforce?
Similar to this: https://help.salesforce.com/s/articleView?id=sf.tracking_field_history.htm&type=5
Thanks a ton.

Hi @romeonoi,

This seems to come close? View a record's property history

Best regards!

Thanks for this. i was thinking of the API but forgot to mention.

Hi @romeonoi,

The history is also accessible via API, see for example this thread: https://community.hubspot.com/t5/CRM/API-call-to-access-the-property-history-of-a-contact/m-p/448642

Best regards!

You can track up to 20 fields on each object in Salesforce. You can enable this under Settings > Objects > (the object) > Fields > Enable History Tracking. Then you can select the 20 properties you wish to track and create a custom report for that object field history. You can also add field history to the lightning page layout or as a related list on the object.