A Salesforce administrator at a subscription services company needs to import records into a custom object named Subscription__c. The operation requires preventing duplicate records by matching on an External ID field. Company IT security policies restrict the installation of desktop client software on administrative workstations. Which data management tool should the administrator select to fulfill these requirements?
- Data Import Wizard, because it operates via the web browser, supports up to custom object records, and enables matching by External ID.Cevap
- BData Loader desktop client, because the Data Import Wizard cannot perform record matching or deduplication using External ID fields.
- CData Loader web application, because the Data Import Wizard is restricted exclusively to importing standard objects such as Accounts and Contacts.
- DData Import Wizard, because it allows automated bulk background exports up to records without user session management.
Cevap
Data Import Wizard, because it operates via the web browser, supports up to custom object records, and enables matching by External ID.
The correct answer specifies Data Import Wizard because it is entirely web-based (satisfying the constraint against installing desktop software), natively supports up to records for all custom objects, and provides built-in matching using External ID fields to prevent duplicates.
Adım Adım Çözüm
Anahtar Kavram
Selecting between Data Import Wizard and Data Loader based on client installation requirements, record volume limits (), object type support, and External ID matching capabilities.