What’s the point of restriction rules?
In Salesforce, you have two approaches to give user access to certain records.
- Use the “least privilege” model. This means settings the object to Private and then creating a Sharing Rule to provide access to specific users or groups
- Use restriction rules to remove access to certain records for specific users or groups
When deciding which approach to use, consider this: users with the View All Records or View All Data permissions can view all records regardless of restriction rules.… Read the rest