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

Can't insert RecordType using data loader
I'm mapping fields for a migration of legacy data into a custom object. For whatever reason, the RecordType field is not available for me to map to. The RecordTypeID field is available, however, but to use that I'd have to update my CSV with Salesforce's RecordTypeID hash. Updating the CSV does not seem like the right answer and it will become a problem later. Anyone know how to fix this or a workaround?
All Answers
I'm trying to mass update (change) record types through the data loader and have manually changed the record type ID's and tried to upsert through data loader and I get an error message that it can't be mapped...what am I doing wrong? Any help would be greatly appreciated...
Are you getting the error while running it or before you are actually able to run it? If you're getting errors while running it, make sure your Profile has access to all the Record Types you are trying to update.
Here are few other reference text to look for if you are still getting error.
Error: Insufficient access rights to object ID / insufficient access rights on cross-reference id
Cause: User performing the action does not have access to the records or object being referenced. For example:
A record you are referencing is deleted
A record are referencing never existed (for example, due to a typo in the id)
A record you are referencing exists but is not shared with the record owner of the record you are inserting or updating
A record you are referencing exists but is not shared with the user running the insert or update
You don't have access to the record type that is being assigned to the record.