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?
Solution
Yes, via modifyQuery
Was this page helpful?