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
vinod kumar 164vinod kumar 164 

Can we Map Data in Standard Lead Fields to Custom Account Fields

Hi

We are new to the salesforce and we are trying to integrate our data to Salesforces using Enterprise Wsdl (SOAP API).
Here our question is can we map data in standard lead fields to custom Account Field.
If yes please let us know the solution.

Regards
vinod
 
Daniel BallingerDaniel Ballinger
The short answer is that, yes, you can map data from a Lead field into a custom Account field.

To do this with .NET against the Enterprise WSDL you will need to get the latest version of the WSDL with a user that has access to all the fields of interest. Then, after adding the WSDL reference in .NET you can do the field assignments and update the Account records. You will most likely need to do a SOQL query to find the source Lead records.

See also:
vinod kumar 164vinod kumar 164
Hi,Thanks for your quick response.As you said above we are implementing for the custom fields.
But our actual question is can we map Standard lead field value to custom account field value
when converting lead object to Account object ?