A Salesforce administrator at a subscription management company needs to import custom records. The operation requires preventing duplicate records during import by matching on an External ID field, opting out of triggering active Workflow Rules during record creation, and executing the job via a browser-based UI without downloading desktop software. Which administration tool meets all of these requirements?
- Data Import Wizard, because it supports up to records, operates in a browser, allows workflow rule suppression, and matches on External ID for custom objects.Cevap
- BData Loader, because Data Import Wizard cannot match records based on External ID fields during an upsert or insert operation.
- CData Loader, because Data Import Wizard is limited to a maximum volume of records per import batch for custom objects.
- DData Import Wizard, but workflow rules will automatically trigger because workflow suppression is only supported when using Data Loader.
Cevap
Data Import Wizard, because it supports up to records, operates in a browser, allows workflow rule suppression, and matches on External ID for custom objects.
The correct answer identifies the Data Import Wizard as the appropriate tool because the record volume () is under the wizard limit, it runs entirely within the web browser without installing desktop software, it supports deduplication using External IDs for custom objects, and it provides a setting to suppress workflow rules during data creation.
Adım Adım Çözüm
Anahtar Kavram
Data Import Wizard vs Data Loader Capabilities and Tool Selection