You need to sign in to do that
Don't have an account?
skipperSwede
Inserts/Updates using DataLoader
I have a question regarding Importing existing extracts of [Leads,Contacts,Accounts].
The issue is with the contraints that are existing (PK's & FK's) in teh Leads table. The issue being I have AccountId's and ContactId's that need to be created 1st prior to
Importing Leads.
This being said, I attempted to Insert the Account and Contact records first. My problem is with the PK's:
-How do I set the AccountId hashes (with the existingId's) on the Upsert and NOT have SF generate the unique-Ids using DataLoader? Or can I only do this thru the API-'convertLead' method.
Thanks.
skipperSwede