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
HarshadaHarshada 

How can I add a pop up alert in the window that appears after Lead Conversion? I want to show a additional message on tha t window where it shows account, contact and Opportunity. Thanks!

ShirishaShirisha (Salesforce Developers) 
Hi Harshada,

Greetings!

Please use the below code to create the popup window using visualforce page;

http://www.salesforcegeneral.com/salesforce-modal-dialog-box/ 

You will have to fire the action after converting the lead.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
HarshadaHarshada
Thank you @Shirisha. But I'm asking for a pop up alert after clicking standard 'Convert' button. Could you please help with that?
ShirishaShirisha (Salesforce Developers) 
Hi Harshada,

I understand your requirement,however you need to write the override the entire coversion functionality and include the popup code which  provided earlier to acheive your requirement.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri