April 14, 201213 yr Newbies Hi Everyone, This is my first post here I need your help.. I have attached the sample file that I am working on. What I am trying to achieve is to have two related lists which when an item is selected from the first list the second one is updated accordingly. I have made two portals in layout "models" which I will be using mainly. Actually it is functioning now but with slight glitches : 1- when I select an item from the first list my hilte gets lost 2- since the record is changed every time when I make a selection the first list is scrolled back to top. Thank you for your suggestions, Koray Birand models_test.fp7.zip
April 14, 201213 yr Add this script to your scripts: //Name the script GTRR //Name top portal "portal1" in object palette Set Variable [ $row; Value:Get (ActivePortalRowNumber) ] Go to Related Record [ From table: “models 2”; Using layout: <Current Layout> ] [ Show only related records ] Go to Object [ Object Name: "portal1" ] Go to Portal Row [ $row ] [ Select; No dialog ] Edited April 14, 201213 yr by imoree
April 14, 201213 yr Author Newbies Add this script to your scripts: //Name the script GTRR //Name top portal "portal1" in object palette Set Variable [ $row; Value:Get (ActivePortalRowNumber) ] Go to Related Record [ From table: “models 2”; Using layout: <Current Layout> ] [ Show only related records ] Go to Object [ Object Name: "portal1" ] Go to Portal Row [ $row ] [ Select; No dialog ] Worked like a charm, thank you so much.
Create an account or sign in to comment