Restrict users from seeing other users records BUT NOT THE ADMINISTRATOR?
So i want to restrict the records that users can see. I have used the code below in my view script to only allow logged in user to see their own records.
displayname = "Your Submissions Grid"
show all rows from LeadsYour_Closed_Deals_Submission_Form [Agent_Email == zoho.loginuserid]
This part is easy and is working just fine.
The problem i have is as the administrator i want to see all records and i do not want to need to duplicate all of my views. Using this method it blocks me from seeing others records. How can i make this method block everyone except for the administrator?
Thanks