Developer Fundamentals 4 Flashcards
Importing |Exporting Data (66 cards)
Salesforce provides several options for importing data into the org. What are they?
Data Loader
Data Import Wizard
Basic Data Import
Third Party Tools
Import Knowledge Articles
Data Loader CLI
Salesforce provides several options for exporting data out of the org. What are they?
Data Export Services
Data Loader
Report Export
Third Party Tools
Data Loader CLI
Data being imported into Salesforce has to always be in what format?
CSV format
Data imports and exports cannot be undone. True or False?
True
Data should be <blank> and <blank> prior to an import?</blank></blank>
clean and formatted
Imported data follows required fields(at the field security level) and all validation rules. True or False?
True
The <blank> option in Data Loader can be used to delete records without moving to the recycle bin.</blank>
‘Hard Delete’
What objects does Data Import Wizard Support?
Data Import Wizard does not support all standard objects but supports all custom objects.
Does the Data Import Wizard support data exports?
Data Import Wizard does not support data export.
What is the Data Import Wizards Import Limit?
50,000 records
What Objects does the Data Loader Support?
Data Loader supports all standard and custom objects.
Does the Data Loader support exporting Data?
Yes
How many records can be imported with the data loader?
150 million
A <blank> can be created with the required data and the results exported as a csv, xls, or xlsx file.</blank>
Report
<blank> is a free cloud-based tool that allows for importing and exporting data.
</blank>
Dataloader.io
Where can you access the Data Import Wizard from?
Data Import Wizard is accessed from within Salesforce and does not need any additional software.
Does the Data Import Wizard prevent duplicates?
Data Import Wizard will prevent duplicates by uploading records according to account name and site, contact email address, or lead email address.
Where can the Data Loader be accessed?
Data Loader requires client software to be installed.
Does the Data Loader detect duplicates?
Data Loader can detect duplicate records based on unique fields such as the Salesforce record Id or External ID fields. When upserting contacts and leads, the Email field can also be used to identify a unique record.
<blank> can be used to export data, either by selecting an object and fields or by defining a SOQL query.
</blank>
Workbench
Does the Data Import Wizard provide a CLI?
Data Import Wizard does not provide a command line interface for performing operations.
Can field mappings be saved in the Data Import Wizard?
Field Mappings cannot be saved.
Can you run Workflow rules and processes when importing data with the Data Import Wizard?
There is an option to not run workflow rules and processes.
Does the data loader have a CLI?
A command line interface is available for Windows which allows for scripted and scheduled jobs.