Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

If I have one table with three different layout options pertaining to address's :: Main; Work; Home; etc.

When I run the script go to related record my option is [from table: Main] I need the option of [from layout: Work] ; [from layout: Home] etc.

How can I acomplish this?

Thanks

Table.jpg

Mail2.jpg

Posted

You can attach a script parameter to each of the buttons. I like using numbers but you can uses the values: home, work, main. Then in your script you can have

If Get ( ScriptParameter ) = "home"

Go to layout [ "home" ]

Else If Get ( ScriptParameter ) = "work"

Go to layout [ "work" ]

Else

Go to layout [ "Main ]

EndIf

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