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

How do I go to a specific portal on a layout?


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

Recommended Posts

Posted

I have several portals on a layout and I am trying to go to a specific portal based on certain criteria. If i just use Go To Portal Row, I will get the first portal on the layout. What do I do if i want the second portal, etc. ? Thanks for your help.

Posted

I just set up an If/Else If group based on script parameter. When script parameter = 3 for example, I did a Go To Field in TO TableOccur3. And that worked. But, right after that I do a Go To Portal Row (First) and it goes to the first row of the first portal. Any ideas?

Posted

Here is what I did:

1.create another layout, only put one portal on it.

2. in your script

...

go to layout(new created layout)

Go To Portal Row(first)

go to layout (original layout)

...

Posted

I haven't had any problems with Go to Portal Row [First]. But the step isn't necessary either, because Go to Field [relationship::portalfield] will put you on the first row of the desired portal.

Do you have multiple portals based on the same relationship but displaying different rows? That could be the issue.

Posted

As Queue stated, " Go to Field [relationship::portalfield] will put you on the first row of the desired portal." If you want to go to a different row do it after the Go to Field step.

Posted

Thanks for all your help. I had a Sort step that was causing it to return to the first portal. I specified the sort in the Portal format and it works fine now. Thanks again!

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