Nemo Posted May 25, 2006 Posted May 25, 2006 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.
comment Posted May 25, 2006 Posted May 25, 2006 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.
Recommended Posts
This topic is 6759 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 accountSign in
Already have an account? Sign in here.
Sign In Now