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
IvxampleIvxample 

Importing Tasks - Linking Contacts

Hi,

I am importing multiple tasks from a client source file in to Salesforce PE via Apex Data Loader. I want to map these tasks to contacts that already exist in Salesforce. I noticed in the task field for name there is a picklist for both Contact and Lead.

So my question is what changes do I need to make to my .csv to ensure the task correctly links to the contact?

Any help would be much appreciated.

Thanks

S

Navatar_DbSupNavatar_DbSup

Hi,

 

 In csv files,in who id column  you will insert the contact id and when you map these fields into task objects then map the who id field from WhoId Fields.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.