Question:
How can I have a button be visible or invisible according to the access level of the user logged in the application?
Solution:
To do so, create a script in OnUserLogin event that checks the application’s UserAccessLevel property and, based on its value, attribute either 1 or 0 to the button’s Visible property.