Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Help with data extracting and loading
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Help with data extracting and loading
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 09:29 AM
Hi All,
I have this CSV which has tasks list which needs to be loaded into the tasks. I donot have Whatid's. The whatId's in my case are Contacts. But instead i have a field called ClientID which is a external id field on Contacts. Is there any way i can pull the ContactId's(WhatId) based on that external id field into the CSV file?
Thanks
Re: Help with data extracting and loading
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 12:38 PM
Regards,
J
MicroClouds.in/blogs
Salesforce Certified Developer
Re: Help with data extracting and loading
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 01:00 PM
But i dont need all the Contact id's . I just need contactId's for those ClientID(ExternalId) which are there in my csv file
Re: Help with data extracting and loading
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 05:43 PM
Regards,
J
MicroClouds.in/blogs
Salesforce Certified Developer
Re: Help with data extracting and loading
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-15-2013 01:45 PM
I think you should be able to use the external id to load data directly without having to get the salesforce id. In the data loader step 2a. select the external id as the matching field and in step 2b. choose the related object (Ex: Contact_r=External ID). In step 3 map Contact = Contact_r:External ID
Hope this helps.

