Afternoon,
I have an App whereby there are two levels of admin, maintenance, and full access. I have a SharePoint list containing a choices column called Access and the two choices are simply ‘Full Admin’ and ‘Maintenance Only’.
I want to set certain icons within my App to only be shown depending on one of the two access permissions.
So, for example if I have a delete icon, that I only want someone with Full Admin access to see, what would I need to put in the Visible property of the icon?
Additionally, what would I put in the Visible property of an icon, if I wanted both people with Full Admin Access and Maintenance Only access to see? This would mean only people with those two permissions could see the icon, but any other users wouldn’t.
Thanks in advance.