Jump to content

user directed to inaccessible layout on login


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

Recommended Posts

I have a user who accesses a very small section of our database for data entry, and they use Internet Explorer to log in.

The user's privileges only allow them access to one layout, but whenever this user logs in they "land" in a layou they don't have access to so it says on the right side. The user can choose their layout from the layout popup menu, and after they do, their layout remains the only option.

It seems weird to me that they end up at this layout, where they don't belong. How can I set it up so this user is logged in to their layout in IWP?

Database is served from Filemaker Server Advanced.

Link to comment
Share on other sites

If your database doesn't have an Opening Script, create one.

In the Opening Script put an if test:

If [Get ( AccountName ) = "LimitedUsersAccount"]

Go to Layout ["LimitedUsersLayout]

Else

Go to Layout ["NormalUsersLayout"]

End If

Did I answer the right question?

Link to comment
Share on other sites

This topic is 6682 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.