I am building a database with a “Create User” page for my client to add their own employees. Part of this registration page is a Role drop-down input field so the manager can assign a ‘manager’ or ‘staff’ role to the new user. The issue is that I’m using a master Role Option Set as the source of the drop-down, but I don’t want the manager to be able to select roles from the option set above the manager level. How can I prevent a user from seeing/selecting a role that is not appropriate based on their own role?
Thanks!
