November 11, 200421 yr 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,
November 11, 200421 yr 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.
Create an account or sign in to comment