krobinson98
12th September 2008, 17:08
Hi,
I added a button to the items general session. The button opens a new session using the start.session command. What I want to do is pass in the current item id the user in the item general session has selected when the user presses the button. So the session that opens pulls up data based on the item which is a primary key in the new session. How do I do this?

Thanks for any help.

MilindV
12th September 2008, 18:03
Hello krobinson98

1) May be u can use start.synchronized.child instead of start.session.
Check out user guide( for detail information) for this solution and also for solns given bellow.

2) U can use export to export item code from item general session and import using import the same in ur new session n then use this value in query.extend.where

3) Instead of start.session use form command, in form commands use type as session. And in 2nd tab of form commands session there one field to synchronize child. u can set this to appropriate.

choice is urs.