function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aladdin USAladdin US 

OWD access

How do you do for account at OWD is private, if the subordinates has to access and superiors should not access
Best Answer chosen by Aladdin US
Murali MattaMurali Matta
Hi Aladdin,

This can be achieved by using Roles.

1. Create a roles. one for sub ordinates and other for superior. 
2. Add all sub ordiantes to the same Role.
3. Add superior to other Role.

Please make sure OWD for account is private and in profile level, uncheck ViewAll and ModifyAll for Account Object.

Let me know if you have any confusion.

Kindly mark this as solved if the reply was helpful.

Thanks,
Murali

All Answers

Murali MattaMurali Matta
Hi Aladdin,

This can be achieved by using Roles.

1. Create a roles. one for sub ordinates and other for superior. 
2. Add all sub ordiantes to the same Role.
3. Add superior to other Role.

Please make sure OWD for account is private and in profile level, uncheck ViewAll and ModifyAll for Account Object.

Let me know if you have any confusion.

Kindly mark this as solved if the reply was helpful.

Thanks,
Murali
This was selected as the best answer
Aladdin USAladdin US
Thank you