August 28, 20196 yr hi guys, Please please please, What in the world am i doing wrong in the below script, it only works if the user has [Full Access] . Thanks for any guidance Jmart
August 28, 20196 yr Assuming that "WarehouseClerk" is a privilege set, your condition needs to be: Get ( AccountPrivilegeSetName ) = "[Full Access]" or Get ( AccountPrivilegeSetName ) = "WarehouseClerk" What you have now is testing the Boolean value of the text "WarehouseClerk", which will always return False.
Create an account or sign in to comment