I want to set permission for viewing contracts based on groups
For Example I have organization with 5 User.(A,B,C,D,E)
Here
A is in group ‘Division Head’
B is in group ‘Manager’
and C,D & E all are in group ‘My Employees’ .
What I need to is
- If A is logged into application he can see the contracts of all employees of his division(A to E)
- If B is logged into application he can see the contracts of the employees who are all reporting to him that is C,D and E.
- If any of employee logged into application they can See only his / her contract alone.
You can see this type of permissions in sale contracts.You can see three types of group for sales.
1.Manager
2.User
3.User -see all leads
Provide the first group, manager for the user A, then the third group, see all leads for the user B and second group for the users C,D and E.