We have accounts that we want to always keep the same - bookmarks, column order, etc. Is there an easy way to do this, while also being able to undo for a supervisor to make modifications then lock again?
I’ve tried revoking access to the SetClientProfileValue call but it causes constant error pop-ups on everything they do, like using a search for example, because they aren’t authorized to save the previous search value to the user profile. This would work perfectly if we could somehow remove all the unauthorized pop-ups. Not sure if that is possible.
I’ve got to the point, I was thinking about a custom event that basically undoes any changes right after it happens and the supervisor toggle would be to deactivate the custom event while they are making changes. Figured I would reach out to see if anyone has a cleaner way.