You need to sign in to do that
Don't have an account?
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?
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.