Hi TO ALL ,
I have created db with php runner 6.2 and i have used Microsoft SQL Databse R2.
In all table at the last i have created 2 field "OWNER" and "DEPARTMENT" which those filed will be filled automatically according to the users session and the new added record .
Question :
I need 3 type of level :
- users ( access only their case)
- department ( department case and users whcih belongs to this department)
- manager (access to all case)
how can i limit users to see only they record.
and department to see their case and user which are assigned to department , and manager to see all case .
Am beginner on phprunner