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

Apex Data Loader Error
I am attempting to upload records into Sales Force with Data loader and get this error message for each item record type missing for: Patients. Not sure how to fix this all the fields are mapped properly and seem to be fine.
Login into your Salesforce organization, open each record type's detail page (found under Setup > Create > Objects > Patients > Record Types list), fetch their IDs from URL, and populate your new column in the .csv file with these IDs. Every record must have one of these IDs.
While mapping in DataLoader, map your new column to RecordTypeID field.
All Answers
Login into your Salesforce organization, open each record type's detail page (found under Setup > Create > Objects > Patients > Record Types list), fetch their IDs from URL, and populate your new column in the .csv file with these IDs. Every record must have one of these IDs.
While mapping in DataLoader, map your new column to RecordTypeID field.