A Salesforce administrator needs to select the correct utility for several distinct data operations across the organization. Match each operational data requirement on the left with the most appropriate tool or capability on the right.
- Importing 30,000 Account records while enforcing duplicate checking and triggering workflow rules.Data Import Wizard
- Permanently deleting 10,000 obsolete Case records so that they bypass the Recycle Bin.Data Loader (GUI with 'Use Bulk API' and 'Hard Delete' setting)
- Configuring an automated, unattended nightly export of 200,000 Opportunity records.Data Loader CLI (Command Line Interface)
- Upserting 120,000 Custom Object records using an External ID field to map relationships.Data Loader (GUI with Bulk API enabled)
Cevap
Matching pairs: 1) Importing 30,000 Accounts with workflow and duplicate rules matches Data Import Wizard. 2) Hard deleting 10,000 Cases bypassing Recycle Bin matches Data Loader (GUI with 'Use Bulk API' and 'Hard Delete' setting). 3) Automated nightly export of 200,000 Opportunities matches Data Loader CLI (Command Line Interface). 4) Upserting 120,000 Custom Object records via External ID matches Data Loader (GUI with Bulk API enabled).
Each requirement correctly aligns with tool limits and feature sets: Data Import Wizard is limited to 50,000 records and supports duplicate checking and workflow triggers; Data Loader supports up to 5,000,000 records, hard deletion via Bulk API, command-line automation, and export operations.
Adım Adım Çözüm
Anahtar Kavram
Selecting between Data Import Wizard and Data Loader based on record volume limits, operation types (import/export/delete/hard delete), duplicate detection, and automation capabilities.
Tahmini Süre:2m 0s