- Salesforce Advanced Administrator Certification Guide
- Enrico Murru
- 244字
- 2021-06-24 12:24:13
Monitoring changes: View Setup Audit Trail
You can monitor any setup change on the organization, such as user-related changes (password and email address changes) or any change in your organization's components (from workflow rules to Apex classes, and from login IP ranges to sharing rules).
Go to Setup | Security | View Setup Audit Trail to see a list of the last 20 changes or to download the complete lists from the last 6 months:

This page is extremely useful in organizations with multiple admins as anyone can keep track of all the changes.
From this page, we can also track delegated administration operations made by users in the delegated groups (the Delegated User column shows a flag). This way, you can monitor the behavior of your delegates and decide whether they are acting as expected (and if your trust is well placed).
We can query this information using the SetupAuditTrail object via Data Loader or any API client (refer to https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_setupaudittrail.htm for more information).
As an example, the following SOQL query returns all recent permission set changes:
Select Action, CreatedBy.Username, CreatedDate, DelegateUser, Display, Section from SetupAuditTrail Where Action = 'PermSetCreate' order by CreatedDate DESC
This leads to the following result:

- 人工智能超越人類
- Python Artificial Intelligence Projects for Beginners
- 走入IBM小型機世界
- 精通Excel VBA
- Google App Inventor
- Creo Parametric 1.0中文版從入門到精通
- 讓每張照片都成為佳作的Photoshop后期技法
- Troubleshooting OpenVPN
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- Hands-On Data Warehousing with Azure Data Factory
- 所羅門的密碼
- 學練一本通:51單片機應用技術
- 傳感器原理與工程應用
- 工業機器人集成應用
- Getting Started with Tableau 2019.2