214k views
2 votes
When performing an update with the Data Loader, the comma-delimited file must contain a column with which values?

1) the logical names of the records
2) the profile names of the record owners
3) the created time and date of the records
4) the Force.com record ID values of the records

1 Answer

5 votes

Final answer:

The comma-delimited file used for updating with the Data Loader must include a column with the Force.com record ID values to uniquely identify each record.

Step-by-step explanation:

When performing an update with the Data Loader, the comma-delimited file must contain a column with the Force.com record ID values of the records. The Force.com record ID is necessary to uniquely identify each record that needs to be updated in Salesforce. Without this ID, the Data Loader would not know which records in the Salesforce database should be updated with the data from the file.

User Dave Huang
by
8.5k points