Hello ,
I need to know how can i automatically convert lead into account. in one click?
Thanks 
Hello ,
I need to know how can i automatically convert lead into account. in one click?
Thanks 
Sorry, you want to do the same thing that you do in the “Convert Lead” screen, but in a single click instead of 3 or 4, is that it?
EDIT: Are you ok with editing PHP code, are you a developer?
Yes im developer.
I want when I press on Convert Lead. it’s automatic to create the account or contact
You can try to find your way though the existing code:
modules\Leads\views\view.convertlead.php
But maybe it’s simpler to just do your own custom routine, with some simple Bean handling to select or create Account. It could be as simple as 5 or 6 lines of code.
Are you familiar with this?:
https://docs.suitecrm.com/developer/working-with-beans/
I’m still studying.