May 25, 200619 yr I was hooping someone might be able to help me with this script. I have a portal listing records and am trying to make a button to open up a new window with the selected record. Heres my script so far: Set Variable [$Num; Value:Table::Field] Goto Portal Row [select; GetNthRecord (Table::Field ;$Num)] New Window Goto Layout ["Layoutname"(Table)] Goto Record/Request/Page [Table::Field = $Num] It seems to be working except a little box pops up and you have to confirm the number choice (it does contain the correct number though) any help would be appreciated.
May 25, 200619 yr The only script step you need is Go to Related Record. Specify the desired layout and check Show in new window.. in the step's options.
Create an account or sign in to comment