CRT-101 · Question #154
An administrator is planning to use Data Loader to mass import new records to a custom object from a new API. What will the administrator need to do to use the Data Loader?
The correct answer is D. Reset their password and their security token. Salesforce Data Loader authenticates by requiring the user's password concatenated with their personal security token. If the administrator's current security token is unknown-which is common after a password reset, since Salesforce automatically regenerates the security token…
Question
An administrator is planning to use Data Loader to mass import new records to a custom object from a new API. What will the administrator need to do to use the Data Loader?
Options
- AAdd a permission set that allows them to import data.
- BAppend their security token at the end of their password to login.
- CUse the Data Import Tool to mass import custom object records.
- DReset their password and their security token.
How the community answered
(21 responses)- A5% (1)
- B5% (1)
- D90% (19)
Explanation
Salesforce Data Loader authenticates by requiring the user's password concatenated with their personal security token. If the administrator's current security token is unknown-which is common after a password reset, since Salesforce automatically regenerates the security token when a password changes-the administrator must reset their security token via Setup > Personal Information > Reset My Security Token. The new token is emailed to the user and must be appended to the password at login. Option A is incorrect because no special import permission set is required beyond standard object permissions. Option B correctly describes the login technique but is the step that follows obtaining the token, not the prerequisite action. Option C is incorrect because the Data Import Wizard is a separate, browser-based tool and Data Loader can handle custom objects.
Topics
Community Discussion
No community discussion yet for this question.