Here is my explanation:
Our organization has several departments, but we use the same Object. For example in the case is Account
We have already set up Organizational Roles. For Example
- Country 1 Sales Team
- Country 2 Sales Team
(I'm not allowed to give you the real name of those departments)
Each Team will handle some records in Account
So how could I filter Account based on the Organizational roles?
Like, if an employee from Country 1 Sales Team access the Account, they only see the records that their team needs to handle but not mix up with records from other teams
I hope the community could help me with this. Many Thanks!