I have a question regarding security in SharePoint. I have following scenario
Custom Lists (Department, ScoreCard, ScoreCard Data Entry) User Groups/Roles (Executive, Data Entry Operator, Approver) Custom Pages/Web Parts (ScoreCard Data Entry, Pending Approvals, Approval Form) Custom Workflow (1 Step Approval Workflow)
My requirement for security is as following
Every Department has its own User for 2 roles i.e. Data Entry Operator, Approver.
Users in Executive Role can view ScoreCard Data Entry, Pending Approvals and Approval Form of all departments.
Data Entry Operators have right to view ScoreCard Data Entry Page but can only enter data for their respective Departments. E.g. If User A is Data Entry Operator for Department A and User B is Data Entry Operator for Department B than User A can enter data only for Department A and User B can enter data for only department B even though both have rights to view ScoreCard Data Entry Page.
Approver have the rights to view Pending Approvals and Approval Form. Approver when views Pending Approvals Page gets to see only its department's Pending Approvals. E.g. If User C is Approver for Department A and User D is Approver of Department B than User C only views pending approval list of Department A and User D only views pending approval list of Department B.
-Users in Executive roles can view any page and has no restrictions based on department.
Kindly help me with this as soon as possible.
Regards