newlnuser
28th February 2011, 11:29
Hi
I have to use a function attached to form command to open purchase order session, from which i need to choose an order and get the details of it. I tried using the start.session, and it works fine. Now i want to open that purchase order session to show only the approved order records.
Please let me know, how it can be done

Thanks in advance,

NirajKakodkar
28th February 2011, 13:00
Use query.extend.* in the before.program of your zoomto session where you need you approved PO to be displayed.

sameer.don
28th February 2011, 13:13
You can use finction query.extend.where.in.zoom() function in your session (in calling session, which is having the button to open purchase order session).

newlnuser
1st March 2011, 07:15
Thanks Niraj and Sameer, i used the query.extension in my customised session and it worked fine.