Skip to main content

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 respuestas
  1. 4 mar 2024, 08:11

    Hi @Marneni Vasanthi

     

    There are Multiple ways you can track user activities 

     

    1. Login History:
      • Access in Setup > Security Controls > Login History.
      • Monitors login/logout times and failed attempts.
    2. Audit Trail:
      • Found in Setup > Security Controls > Audit Trail.
      • Tracks setup changes with details on who and when.
    3. Field History Tracking:
      • Enable in Setup > Object Manager > [Object Name] > Fields & Relationships.
      • Monitors changes to field values on records.
    4. Event Monitoring:
      • Provides detailed user activity info.
      • Access logs via Salesforce Event Monitoring Analytics App.
      • Requires additional licensing and setup.
    5. 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 

0/9000