Copy fields in Lead Conversion

Hello

When I convert a lead and create a new account, I want the accountname to be the first and last name of the lead converted. Just like the phone number is copied to the correct field.

How do i do this?

Regards

Maybe with a before_save logic hook, Ithink this one might be a good place to start

https://www.xtivia.com/move-data-from-a-custom-module-when-converting-a-lead-in-sugarcrm/

Don’t bother with the manifest, just define the Hook as normal (see Developer guide) and edit the code to handle the conversion like you prefer.