desta Posted January 26, 2010 Posted January 26, 2010 Hello, I simply want to restrict the use of a script (button) to predefined user privileges. Is it possible? how? I'm not sure if this is already somewhere on the forum or instructions, but I haven't found it...
efen Posted January 26, 2010 Posted January 26, 2010 Precede the script on the button with a subscript of: pseudo code If Get (AccountName) does not equal "Admin" or Get (AccountName) does not equal other person with access to button etc Show custom dialog "Admin access only" Exit script End if
Recommended Posts
This topic is 5416 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