JMart Posted August 28, 2019 Posted August 28, 2019 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
comment Posted August 28, 2019 Posted August 28, 2019 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.
JMart Posted September 4, 2019 Author Posted September 4, 2019 Good day, Thanks, works like a charme. JMart
Recommended Posts
This topic is 1905 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now