• Vaishali Trailblaze
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Hi,

I need to create a kind of report that gives visibility on user access.
Say, what user has what kind of access on what objects and other general permissions.

USERS           ACCOUNT            CONTACT
USER 1          CRUD                   CRUD 
USER 2          CR                       R 

I've already checked this (https://github.com/forcedotcom/user-access-visualization)
Any help appreciated.

Regards,
Vaishali
This Trailhead: https://trailhead.salesforce.com/modules/data_security/units/data_security_objects says to remove all permissions except Read from Account, which I am trying to do but Contacts keeps automatically checking when I check Account permissions.  Is there something I'm missing?