- Salesforce Advanced Administrator Certification Guide
- Enrico Murru
- 413字
- 2021-06-24 12:24:13
Field history tracking
After answering the question Who sees what?, now we are going to answer the question, Who did what?
With field history tracking, we know which user changed which field on a given record. This information is displayed on the history list (that we should add to each page layout that we are using):

History data is retained for up to 18 months if we access a record through a browser or 24 months for a record accessed via API (for example, Data Loader, Workbench, or any other tool) by querying the ObjectHistory object (for example, AccountHistory, or CustomObject__History for custom objects).
Here is an example of the SOQL query that delivers the same result as the Account History list of the previous example:
Select CreatedBy.Name, CreatedDate, Field,OldValue, NewValue from AccountHistory Where AccountId = '0011i000007K2LEAA0' Order By CreatedDate DESC
This leads to the following:

There are a few limitations regarding field history tracking:
- The old value is not tracked for text fields with more than 255 characters.
- Old/new values are not automatically translated—that is, if you have a Pizza Type picklist whose value is changed by an Italian user to Al Salame, it won't display as Pepperoni for an English-speaking user (all translations referred to here are made with the Translation Workbench; for more information, refer to Salesforce Support at https://help.salesforce.com/articleView?id=workbench_overview.htm&type=5).
- The field's label is always translated into the current user's language (for example, Pizza Type will be shown to an Italian user as Tipo di pizza).
- Date, date/time, and number fields are always displayed with the viewing user's locale.
- If an Apex trigger causes a change in a field that the current user doesn't have access to, the change is not tracked. Field history always follows field-level security settings.
- Time fields aren't tracked in the field history list.
To enable field tracking, jump to Setup | Object Manager | ObjectType | Fields & Relationships and click the Set History Tracking button:

- Unreal Engine:Game Development from A to Z
- Natural Language Processing Fundamentals
- 21天學通C++
- Windows程序設計與架構
- Implementing Oracle API Platform Cloud Service
- 計算機網絡安全
- 人工智能趣味入門:光環板程序設計
- 分析力!專業Excel的制作與分析實用法則
- 邊緣智能:關鍵技術與落地實踐
- Chef:Powerful Infrastructure Automation
- Dreamweaver CS6中文版多功能教材
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- C#求職寶典
- ASP.NET 4.0 MVC敏捷開發給力起飛
- 博弈論與無線傳感器網絡安全