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
AbAb 

cutomozing a lookup in salesforce on a standard page

Hello,

I have a standard salesforce page with 3 fields, 
I want to override the lookup , how can i custumize a loookup in salesforce.

thank you for suggestion
Best Answer chosen by Ab
AbhishekAbhishek (Salesforce Developers) 
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

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.

All Answers

Abhishek BansalAbhishek Bansal
Hi Sandrine,

What do you mean by override the lookup? Can you please explain your requirement in some more detail?

Thanks,
Abhishek Bansal.
AbhishekAbhishek (Salesforce Developers) 
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

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.
This was selected as the best answer