Jump to content

start up script based on login info ?


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

Recommended Posts

Hi,

This is just a matter of using if/else if script steps -

You can use account name or privilege set, etc.

If[Get(AccountName) = "joe"]

GoToLayout "layout1"

ElseIf[Get(AccountName) = "mary"]

GoToLayout "layout2"

EndIf

Etc.

You would then go to file, file options, and run the script at start up.

Link to comment
Share on other sites

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