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
jcookejcooke 

Apex Data Loader Question

I need to insert 3,000 contacts from Parature into Salesforce using the Apex Data loader. I cannot figure out how to associate the Account names with these contacts so they are uploading dupes without account names. So even if I did a mass dedupe it couldnt be possible since there is no account names associated.

 

Is there a way I can do this? I tried Inserting/Upserting using the Contact record, but there was no field of Account name to map it too?

 

Any help is greatly appreciated.

Thank you

Ajay111Ajay111
Find a field "AccountId" in Contact.