function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dheeraj ChawlaDheeraj Chawla 

how to pass value from one vf page to another..?

I have a requirement like there is a custom look field on my page. When I click on the look up field, a pop window will open which shows all records of account. I need to select one of the record. After clicking on one record, pop up window should be closed and that selected account record name will show on my look up field just like the standard look up.

I am able to pop up the new window but can not pass that record name on my look up field. Can anybody please help me...? 
Alexander TsitsuraAlexander Tsitsura
Hi Dheeraj,

You can pass needed info throught js to parent window. For more info please read this article
http://blog.jeffdouglas.com/2011/08/12/roll-your-own-salesforce-lookup-popup-window/

Thanks,
Alex