Salesforce Administrator — Question 204
Ursa Major is onboarding 15 new employees in three weeks.
The Administrator needs to create user records in Salesforce without activating them.
Which two methods allow the Administrator to achieve this goal? (Choose two.)
Answer options
- A. Click Add Multiple Users and ensure that Generate New Password and Notify User Immediately are unchecked.
- B. Create them with the User Import Wizard and ensure that Active is unchecked.
- C. Schedule a Time-Dependent Workflow to create users in three weeks.
- D. Create a .csv file ensuring that IsActive = False, and use the data loader to insert.
Correct answer: A, D
Explanation
Option A is correct because it allows the Administrator to add users without activating them by unchecking the relevant boxes. Option D is also correct since it involves creating a .csv file with IsActive set to False, which prevents activation during the data load. Options B and C are incorrect because B would still activate the users if the Active checkbox is not properly managed, and C does not provide a valid method for creating users without activating them immediately.