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
amar joshiamar joshi 

where i found lead convert page layout

    Dear all

whenever suppose one click convert button he can find the page of convert lead. here i m attaching  that page
now i cant get where i find the page layout for that perticular becoze i want to diseble some fields of that page

please if anyone have solution reply me

thanks in advance
 
my mail id: amar_sap_85@yahoo.com
travis_aperiotravis_aperio
Any luck on customizing this layout?
amar joshiamar joshi
it can be done with visualforce  :smileyvery-happy:
tjm_pacstratstjm_pacstrats
Do you happen to have any sample code that I could work from?
ahmay85ahmay85

Hi,

 

I also have this problem, i need to diabled the "Do not create a new opportunity upon conversion"...

Any solution?

amar joshiamar joshi

well u can do this by creating custom button and put the URL:

 

/lead/leadconvert.jsp?retURL=%2F{!Lead.Id}&id={!Lead.Id}&nooppti=1

 

so when user click this button by default the checkbox is unchecked.

 

and if u want more sofesticated then u go through Visualforce  and create a whole new Lead convert page