Jump to content

Denied Access Screen


This topic is 8052 days old. Please don't post here. Open a new topic instead.

Recommended Posts

When a user with limited access attempts to reach a layout and gets the denied access screen the user is stuck. There must be a simple script that will both deny the access and then bring the user back to the menu screen.

Thanks.

Link to comment
Share on other sites

  • Newbies

Assuming the name of the group that should not have access to the layout is named "Group A"...

If [PatternCount (Status (CurrentGroups), "Group A") > 0]

Go To Layout [the layout]

Else

Beep

Show Message [sorry, etc.]

End If

Link to comment
Share on other sites

This topic is 8052 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.