Hi ,
I want to track the particular user activities, like record based operation and login and logout time, data extraction e.t.c
How i can do this
@* Salesforce Platform *@* Salesforce Administrators *@* Lightning Now! *
8 réponses
There are Multiple ways you can track user activities
- Login History:
- Access in Setup > Security Controls > Login History.
- Monitors login/logout times and failed attempts.
- Audit Trail:
- Found in Setup > Security Controls > Audit Trail.
- Tracks setup changes with details on who and when.
- Field History Tracking:
- Enable in Setup > Object Manager > [Object Name] > Fields & Relationships.
- Monitors changes to field values on records.
- Event Monitoring:
- Provides detailed user activity info.
- Access logs via Salesforce Event Monitoring Analytics App.
- Requires additional licensing and setup.
- Custom Logging Solutions:
- Develop with Apex triggers or platform events.
- Log specific user actions or activities.
- Utilize platform events to publish and capture custom events.
These methods ensure comprehensive tracking of user activities for data security and compliance.
Hope this is benifical for you
- Login History: