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

added data's not visible after pressing button


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

Recommended Posts

Posted

I have a problem with goning to the related record. If i add a journalist name to one table and then i press the button next to it in the portal to go to the related record in media table, i'm not able to see this newly added journalist and i see only the old journalists. The button uses an external script ( which uses the relation between join table and journalist table) from the join table to go to the journalist table.

How can is solve this problem?

Thanks,

Posted

It's possible that the newly added record has yet to be committed. Try

Set Field [globalnumber, Status(CurrentPortalRow)]

Exit Record/Request

Go to Field [a field in the portal]

Go to Portal Row [by field value, globalnumber]

Go to Related Record [show only related, "yourrelationship"]

If there is no sort applied to the relationship, you can probably use Go to Portal Row [Last] instead of setting the global and using it afterward.

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