You need to sign in to do that
Don't have an account?
Ivxample
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
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.