A Salesforce administrator at a financial institution needs to import 35,000 custom Loan Application records into a production org. During this initial data migration, the administrator must ensure that active Workflow Rules and Processes do not execute upon record creation to prevent generating thousands of erroneous client emails. Furthermore, IT policies restrict the administrator from installing any desktop software client on their workstation. Which solution best meets all of these operational requirements?
- Use the Data Import Wizard and deselect the setting that triggers workflow rules and processes for new and updated records.Answer
- BUse Data Loader in Bulk API mode and set the 'Bypass Workflow and Automation Rules' property to True in the application settings.
- CUse the Data Import Wizard after setting the import batch size to 200 records to prevent triggering automated actions.
- DUse the Data Loader Command-Line Interface (CLI) with the 'process.option.disableTriggers' parameter specified in process-conf.xml.
Answer
The administrator should use the Data Import Wizard and clear the checkbox option for triggering workflow rules and processes.
The correct answer utilizes the Data Import Wizard because it is browser-based (meeting the no-desktop-installation constraint), supports custom objects up to 50,000 records (covering the 35,000 record load), and provides a native checkbox option during setup to prevent workflow rules and processes from triggering.
Step-by-Step Solution
Key Concept
Data Import Wizard versus Data Loader operational capabilities and automation controls
Estimated Time:2m 0s