A Salesforce administrator is reviewing data management requests across different departments. Match each operational requirement on the left with the appropriate native Salesforce data tool or configuration on the right.
- Upsert 4,000 Contact records while applying active matching rules to prevent duplicates and executing workflow rules directly within a browser interface.Data Import Wizard
- Insert 75,000 Opportunity records from an external system mapped using a custom External ID field.Data Loader Desktop User Interface
- Permanently delete 120,000 archived Case records from the Salesforce database, completely bypassing the Recycle Bin.Data Loader using Bulk API with Hard Delete enabled
- Execute an unattended, scheduled nightly export of Account data saved directly to a local directory server file.Data Loader Command Line Interface (CLI)
Cevap
1. Upserting 4,000 Contacts with browser-based duplicate detection and workflow rules matches Data Import Wizard.
2. Inserting 75,000 Opportunities using an External ID matches Data Loader Desktop User Interface.
3. Permanently deleting 120,000 Cases bypassing the Recycle Bin matches Data Loader using Bulk API with Hard Delete enabled.
4. Scheduled unattended nightly exports match Data Loader Command Line Interface (CLI).
2. Inserting 75,000 Opportunities using an External ID matches Data Loader Desktop User Interface.
3. Permanently deleting 120,000 Cases bypassing the Recycle Bin matches Data Loader using Bulk API with Hard Delete enabled.
4. Scheduled unattended nightly exports match Data Loader Command Line Interface (CLI).
Each requirement directly aligns with key operational distinctions between native Salesforce utilities: Data Import Wizard is ideal for browser-driven tasks under 50,000 records with duplicate checking; Data Loader UI supports larger volumes (>50,000) and objects like Opportunities; Data Loader with Bulk API is required for hard deletes; and Data Loader CLI is required for scheduled automated script execution.
Adım Adım Çözüm
Anahtar Kavram
Selecting between Data Import Wizard and Data Loader based on record limits, supported objects, automation capabilities, operation types, and execution modes.
Tahmini Süre:3m 0s