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
Chetna AgrawalChetna Agrawal 

Lead mapping to custom object using salesforce to salesforce

I want to mapped Lead from source org to custom object in target org, but It is showing only standard objects to mapp. Is there is any other way to do it?
Stefan AbramiukStefan Abramiuk
Hi Chetna.
there is no standard option to map Lead to custom object. Standard funcionality converts Lead to Account, Contact and Opprotunity.

To do so you have to create custom development. As an option I suggest to create custom VF page with standard controler on Lead and extension controller. Add new button "Map Lead to Custom" on Lead connected to this page and place it on layout. Other option i.e. is to create Global Action.