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
ravikanth321ravikanth321 

Error While Hitting Convert Button Multiple Times.

Hii I had a Requirement where I have too avoid Creation of Multiple Accounts,Oppurtunities and Contact On Click Of Convert Button On  Stamdard Lead Page.
How To Disable the Standard Lead "Convert" Button On Click.
Shashikant SharmaShashikant Sharma
Hi Rashmi,

There is no way you could disable the Standard Lead "Convert" Button.

If you are facing issue of Duplicate Convert then you could use validation rule or trigger to throw error. This will be a post valdiation as there is no way to disable the Standard Lead "Convert" Button.

Thanks
Shashikant
ravikanth321ravikanth321
Is There any Way To Restrict Creation Of Multiple Accounts,Oppurtunities ,Contacts On Click Of Convert Multiple Times.
Shashikant SharmaShashikant Sharma
Hi Rashmi,

Only way is to write a trigger which will ensure that once lead is converted it can not be converted again as disabling convert button is not possible. 

Thanks
Shashikant