August 2017
Beginner to intermediate
402 pages
8h 32m
English
When you enable Field History Tracking for an object, at the backend Salesforce will create a new object. The object name will end with History, for example, AccountHistory, ContactHistory, and so on for the standard object, and for the custom object it would be __History, for example, Claim__History.
When any changes happen to a tracked field in a record, Salesforce will create a new record in this object. For example, if you have five tracked fields in an object, and three of them change in one transaction, Salesforce will create three records in this object.
As a developer or admin familiar with SOQL, you can look into the object to query for the following:
Read now
Unlock full access