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
Sourav PSourav P 

How to edit the NEW person account list fields from a look up?

Dear All, plz suggest.
I have a look up field to Account object,
User-added image
when i click on NEW button, i have a specific input fields showing, i want to modify the input fields, i am not getting where these has been maintained and from where can i change aand add/delete the page fields. Thnx
User-added image
Best Answer chosen by Sourav P
Sami ShakithSami Shakith
Hi Sourav,

It will be achieved by coding. Follow the below link
http://blog.jeffdouglas.com/2011/08/12/roll-your-own-salesforce-lookup-popup-window/
 

All Answers

sfdcMonkey.comsfdcMonkey.com
hi Sourav
we can not modify this new record filed on look up page is standrad layout and it's always showing requerd field on it
Thanks
Mark it best answer if it helps you :)
Sami ShakithSami Shakith
Hi Sourav,

It will be achieved by coding. Follow the below link
http://blog.jeffdouglas.com/2011/08/12/roll-your-own-salesforce-lookup-popup-window/
 
This was selected as the best answer
sfdcMonkey.comsfdcMonkey.com
yup by create a custom vf page you can create new page layout for add new record but there is no way to customize the standrad fields on the page :)