Show different records depending on user roles
I have a table with a list of tasks, is it possible to show for the users with admin roles all the tasks, and for users without admin role only tasks assigned to themselves?
2 Replies
Solution
Yes, via modifyQuery
thank you i solved it using that