Jump to content
Server Maintenance This Week. ×

Showing a layout in a portal (kinda)


nightdesigns

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

Recommended Posts

This is sort of portal related, so i'll try here.

I'm trying to get from a layout in one file to a particular layout in another file. The second file is the many in a one ot many portal. Normally i'd do the "show related record" but the layout in the other file is just a menu, w/ no data being shown. What's the best way to do this?

-j

Link to comment
Share on other sites

Make a script in the other file:

Go to Layout [Menu]

Now in the first file make a script:

Perform Script [External, 2nd file, Go to Menu]

If the execution of the script depends on the contents of the portal, then you'd use something like:

If [2nd file::field = "some criteria"]

Perform the external script as above

End If

Link to comment
Share on other sites

quote:

Originally posted by Fitch:

Make a script in the other file:

Go to Layout [Menu]

Now in the first file make a script:

Perform Script [External, 2nd file, Go to Menu]

If the execution of the script depends on the contents of the portal, then you'd use something like:

If [2nd file::field = "some criteria"]

Perform the external script as above

End If

That worked great. Oh ya, definatly was having a brain fade moment there. Sometimes the simplist things seem so compliated. crazy.gif

Link to comment
Share on other sites

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