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
BellaBella 

Leadconvert.jsp Page

Hi,

 

I'm trying to get a good handle on the /lead/leadconvert.jsp page and I'm wondering if anyone can help. I set up my convert button on the lead to redirect to this page and I'm filling out the URL in an apex controller. The question I have is is it possible (through URL construction or otherwise) to gray out certain field on that page so that they're no longer editable?

 

Specificly I need to be able to gray out the "Do Not Create Opportunity" checkbox. Depending on some fields from the lead, that checkbox should always be either checked or unchecked for me, but a user shouldn't be able to change it on that page.

 

Any help would be appreciated. Thanks!

Pradeep_NavatarPradeep_Navatar

Customization on a  standard salesforce page is not possible. You need to built a custom visualforce page for this.