Map Custom fields of Leads in Salesforce
If you want a simple design, essentially I would do it in a static mapper class. We definitely need more information to help you, but short of that, here is some psuedocode (not production code) that should be a sufficient design pattern. public static class CustomMapper { public static void leadToContact(Lead lead, ID contactID) { … Read more