Hi developers,

I am using SugarCRM Community Edition (Open Source version) Vers. 5.1.0c

I want to convert a LEAD into custom module LISTING entry. (Real estate LEADS to be converted into LISTINGS)


A Lead can be converted to account/appointment/opportunity/appointment.

I need to make an another option 'create listing'

I edited modules/leads/convertlead.php

and cloned some of the code from modules/opportunites/opprtunityformbase.php into modules/L1_listings/listingsformbase.php

but not getting how exactly the conversion works.

Can anyone help me, with any reference of such.