You need to sign in to do that
Don't have an account?

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
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
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:
But our actual question is can we map Standard lead field value to custom account field value
when converting lead object to Account object ?