Jump to content

Making a Portal Active


oakbridge

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

Recommended Posts

I've inherited a layout that has multiple portals. In the second portal, I'm trying to let the user jump to the portal record in the related table but when they get there, they cannot make any changes because the record is "being modified in a different window".

I thought I could add a 'commit' in the script that executes the jump to the related table, but once the commit step is executed, the portal becomes inactive and the 'Goto Related Record' step doesn't execute correctly.

So then I thought that I could capture the portal row number and just go back to that row after the commit is executed. But because the portal is no longer active, it's not working either.

Any suggestions?

Thanks,

Link to comment
Share on other sites

Thought I had it, but I don't. The problem is that when the script hits the 'commit' step, it resorts the portal based on the relationship's sort (reverse date). Therefore FM loses the pointer to the correct record.

Is there any way to store something that would identify the correct record in the portal and use that to find that same record in the portal after the commit takes place?

Link to comment
Share on other sites

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