I have a page as under:
What I want to do is: each user can see its own staff page
When customer click on the link "Create" in Staff Column, it shows the staff page. I want to add authorization to check if the user already login in the system is the same one who is on the row of link "Create" then Give access to staff page.
For example:
- if the user login is "Joanne" then he can see the staff page of itself.
- if the user is someone else and click on the "Create" link in the row of Joanne then it doesn't access to user to go to the staff page.
It means each user can see its own staff page. I don't know how to access the page items in the Shared Components/Authorization Schemes.
Please help
Thanks Mali