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
Balu_SFDCBalu_SFDC 

Custom LookUp in standard page

Hi friends,

 

i am trying to customize the standard Lookup to custom look up in the Standard "New" page.

 

when i click on the Lookup Icon it's opening the new custom lookup popup window. here i need to select 3 fields (This is  VF page). and i click on the "Ok" button these 3 fields needs to be papulate in the parent(Standard page) in the 3 fields.

 

how can i can i achive this.. plz help me on this ..it's very Urgent.

 

Thnx

Balu

Avidev9Avidev9
you can try putting all the fields(that needs to be populated) and lookup to a visualforce page and use it as inline vf page.

You can use js to populate the values from popup to the VF page