How to limit someone to see only they task on task table
Ex. Employee Position HR can see only HR in Task Table
And Position See all can see everything
Hi, there are are two aspects to your request.
The first is simply to filter, so that a person sees their specific info. The second part goes further, and also prevents the user from seeing anybody else’s info.
For the second part you will need to create cross doc’s for each person with their private data.
For the first, there is two ways to do this. You can have a table view that is filtered by user(), or you can have a page for each user with his information. So if they want to make notes for personal use, they have space to do so.
P