Data Import & Export Flashcards
What three operations are possible while importing Data in Salesforce?
Insert (Creating new records in Salesforce)
Update (Modifying existing records using record id/external id)
Upsert (Combination of insert and update)
3 Ways to import/export data
Data Loader - Importing and exporting data
Data Import Wizard - Importing Data
Data Export - Exporting data
What data import/export tool do you need to install on your PC?
Data Loader
How many records can data loader support up to?
5 million records
These import/export tools allows you to map fields
Data Loader
Data Import Wizard
This import/export tool supports all objects including customs
Data Loader
This import/export tool provides detailed success and error log files in CSV format
Data Loader
How many records Data Import Wizard can import up to?
50,000 records
Data Import Wizard cannot import records for custom object?
False, Data Import Wizard can import custom object records.
Between Data Import Wizard vs Dataloader, which is more ideal to import complex data?
Dataloader
Data Import Wizard can import records for all standard objects.
False, Data Import Wizard can only import records for Account, Contact, Campaign members, person accounts, Leads, and Solutions standard objects.
Which import tool would you choose to import records from cases and opportunity?
Data Loader, Data Import Wizard cannot import records for Cases and Opportunity object.
Before importing records into Salesforce, how do you differentiate check and uncheck in the excel file?
Checked value = 1, Unchecked value = 0
To find duplicates in the records, which importing tools are ideal?
Dataloader, Data Import Wizard could ignore duplicates
Before importing records into Salesforce, how do you separate value in the multi-select picklist?
by Semicolon ;