Hello,
I have 3 Business Units (B1, B2, B3). Each Business Unit has 1 or more Teams. ex: Business Unit B1 has Teams T1, T2, T3
- My problem is that each Team's users should only see their own team's records, not the records by users in the other Teams despite that they are under the same business unit. ex: Users in T1 cannot see records entered by users in T2 and T3 (and vice versa). Also, users in each team will have 1 of 2 roles, General Manager & Business Development (both have CRUD access to their own Team's records only).
- Furthermore, I have some Users that have roles in more than 1 Team. X for example is a General Manager in B1's T1, and also a General Manager in B3's T2 -> so X should see the records of both T1 & T2 but not T3.
I tried creating Child Business Units instead of Teams, and it was working fine but I couldn't assign more than 1 BU to a user (which goes against the second point mentioned above).
How should I create and assign the roles and Teams to solve this since privileges are on a Business Unit level (Organization, Parent: Child Business Unit, Business Unit, User) not on Team level?