Skip to main content

we have a partner community where we restrict the access to users using a dealer custom field.  they should only see accounts with that dealer (which matches the partner users account).  We have found some random accounts that have a All Partner Users sharing rule so ANY partner user can see them.  

 

How do I identify those accounts and take the sharing off?  I cannot find a All Partner Users role.

 

#Sharing Settings

4 answers
  1. Manoj Nambirajan (Dell Technologies) Forum Ambassador
    Sep 21, 2021, 12:40 AM

    "all Partner users" actually gets part of a Public Group. Its a out of box public group provided by salesforce for instances that has Experience cloud enabled. If you have a query tool like workbench.. you can use below query to get the Id of the "all partner users" public group

     

    SELECT DeveloperName,Id,Name FROM Group WHERE Name = 'All Partner users'

     

    Then.. use the Id retrieved from above query.. to check on sharing that considers this id.

0/9000