September 24, 20187 yr I have a fairly simple privilege setup for a 'Staff' login that employs a custom Menu Set. I have simple script that runs on user log-in that installs the custom set if the user is a 'Staff' member. It works fine. But I have a 'Re-Login' button to make it easy for Staff and Supervisors to switch in and out depending who's on the machine. It does switch the privileges appropriately, but the menu set doesn't change. Can someone tell me what's wrong with this script? Here are both of them . . . Help!
September 24, 20187 yr Hi Wickerman, Is re-login script set to run script with full access privileges? If that is the case, "Get(CurrentPrivilegeSetName)" returns [Full Access]. That is why it does not set the custom menu. I'd suggest to set a variable for "Get(CurrentPrivilegeSetName)" and see what it returns using data viewer and script debugger. Edited September 24, 20187 yr by siroos12
Create an account or sign in to comment