When upserting record using Apex Data Loader for an object that has an external id field, if the value for this external id field is not provided in the csv file or while mapping fields from the csv file to the Salesforce object fields, then the upsert will always fail as the external id is a required field.

🎲 Try a Random Question  |  Total Questions in Quiz: 63  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
DEV-401: Building Applications with Force.com and Visualforce — practice the complete quiz, review flashcards, or try a random question.


When upserting record using Apex Data Loader for an object that has an external id field, if the value for this external id field is not provided in the csv file or while mapping fields from the csv file to the Salesforce object fields, then the upsert will always fail as the external id is a required field.