Hello..
We use XMP for our home page banner items. Currently, only administrators can add/edit/delete these items.
But recently, we're starting to get requests from other departments which want to add their own banner items.
But the issue is that we don't want them to have the ability to add/edit/delete the other departments banner items.
I was thinking, the easiest way to accomplish this is to have a column within the Database which stores the Security Role of the user that first added the banner item and is responsible for the banner item.
Then have the Template look at this field and look at the current logged-in users Security Role and if they match, then the Edit and Delete icons will show. If they don't match, then they don't show.
But, I looked and can't seem to find to grab the Security Role of the user which is logged in.
Is there a way to accomplish this? Thanks..