Copy some fields Data from Leads into Accounts at time of Converting Lead

Hello all

At time of converting lead i want to copy some data from Lead to Account. How we will do it ?
Anyone Help PLease

Hi,
go to admin->system settings…

I tried it and what this gonna do sir ?

By default action ConvertLead only copies from Leads to target module the fields sharing the same name on both modules. So if you want to copy from Leads to Accounts, Contacts etc then you need to create a logic_hook before save on target module, which will evaluate if the action is ConvertLead and then copy the desired fields.

Regards

But how should i check that it is converted lead in “Target Module” using $bean ? or $event ?

This issue resolves
Thank you