October 6, 200916 yr Hi, I have 3 tables with following relationship: FIRST TABLE >--- SECOND TABLE --one to one-- THIRD TABLE On the layout of THIRD TABLE I have a portal connected to FIRST TABLE. Now If I klick on a record in the portal I would like to open a new window with the layout of FIRST TABLE and the related record. Is there a nice way, without using the IDs in the script? Information: If I use just "go to related record" it works(but in the same window). Then I tried following script: OpenWindow(size) goToRelatedRecord (FIRST TABLE, layout of first table) This doesn't work Any ideas? by ChiSao
October 6, 200916 yr The Go to Related Record[] step has a 'Show in new window' option. There is no OpenWindow script step.
October 6, 200916 yr Author ah thx I know why I didn't found it. In the german Version they don't use the word "window". Thx a lot by ChiSao
Create an account or sign in to comment