January 26, 201015 yr 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...
January 26, 201015 yr 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
Create an account or sign in to comment