July 28, 200817 yr I have an overview layout that will eventually show a number of portals. These will display data from different tables and have been related with an 'X' to give me all records in a certain sort order. No I need to be able to click on a field and go to the actual record. I've used to to layout and go to record with a script parameter and I can see this is passed along using the Script Debugger, the screen changes to the layout I want, but the record does not change to the one I have in the parameter. What I'm I doing wrong? Thanks
July 28, 200817 yr Use the script step go to related record to navigate from a portal row to a form view of that child record.
July 28, 200817 yr Author Thanks, I've just got it working and it gets to the correct records number in my booking table, but the other booking records are there too - you know 7 of 12 records. Is there any way to filter the layout to show only the record I've jumped to?
July 28, 200817 yr Yes. Have the button in the portal row set a global field in your parent table to the primary key of the child record. Then, use a relationship from the parent to the child where the global = the child primary key id in your gtrr script step. See this thread
Create an account or sign in to comment