You need to sign in to do that
Don't have an account?

Upsert on Person Accounts with Data Loader
While I've seen a few questions on Person Accounts, can't find this yet and I'm pulling my hair out. We have an external ID established for Accounts. I'm trying to do an Upsert with the Data Loader on the Person Accounts. Upsert finds the Account, but only updates Account related fields...not any of the Contact related ones. I tried doing the Upsert on Contacts instead of Accounts, but that doesnt' work either. Also tried Update but that doesnt' let me use an external ID.
Any ideas on how to Upsert these Person Accounts without using the SFDC ID?
Note: I saw a previous post that asked something similar to this and answer was to use RecordType ID. That isn't working. DataLoader 14.
Message Edited by DarrellD on 12-01-2008 03:27 PM
Any ideas on how to Upsert these Person Accounts without using the SFDC ID?
Note: I saw a previous post that asked something similar to this and answer was to use RecordType ID. That isn't working. DataLoader 14.
Message Edited by DarrellD on 12-01-2008 03:27 PM
I've regularly been confused, and I think SFDC will want to look at, what the process for Person Accounts should be. What is PersonContactID supposed to be for vs. ID...both of which appear on Export file for Person Accounts? Not to digress though, I think my question still remains.
So i think in your case you need to map those fields from Account which are ending with "__pc". These fields are available only in case of Person Account, so you have to check record type prior to mapping.
Cheers,
V.R.
I am having a similar issue. I only have one field with __pc at the end, but I don't use it. However I did find that the "name" field did give me a fit. If I leave that field out and use only "first name" and "last name" everything works out and gets updated.
However, now I'm wanting to use a de-duplication application (cleancrm) and it insists on using the "name" field. Any ideas on a work around?
Ack! I've used this program in the past, but don't have it on my computer currently. I just went to the AppExchange listing, and I can't see how to download it anymore. I would really appreciate it if someone could post a copy to yousendit.com or similar. I'm in a bind!
Thanks!
-Jake