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
venkatMvenkatM 

override visualforce lookuplist

    Hi
          I have to override the default lookup list provided by salesforce in my visual force page. That is after clicking on the lookup icon i have to show my own window where it displays all this list values for instance say these are contacts. The challenge is after clicking on one of the contact name in this new made window, the contact name should show up in the parent window and the new window gets closed.
          I have tried to use the visual force <apex:outputlink and like this to open the new window: <apex:inputtext/><apex:outputlink value="window.open(/apex/SearchPage)">click here</apex:outputlink> which indeed opens the new window with the list of contacts. Now when i click on one of the contact it should go to the inputtext field which is besides the apex outputlink.
PamSalesforcePamSalesforce

Even I am looking to implement something similar. Do let me know if you found a solution.

 

Thanks.