You need to sign in to do that
Don't have an account?

Can the screen used to "Convert Lead" be changed?
I want to use visual force to modify this screen and add one of my custom fields to it. is this possible? I am not sure what controller I need to extend. Please offer your advise.
Thanks
Thanks
You would need to create the methods for finding possible matches for Account and Contact. Then you could use the LeadConvert method in Apex to actually do the conversion.
I created a lead conversion utility with an S-Control, and I was able to get lots of control over the conversion process. Should be even easier in VF.
Steve