Data management Flashcards
What are some identifiers of the salesforce record ID?
1 It’s a globally unique ID assigned when the salesforce record is created.
2 It has 15 characters case-sensitive But can have up to 18 characters.
3 The record ID will never change even if it is deleted and later un-deleted.
Provide 2 definitions of what an external salesforce ID and why it would be used.
A: an external ID is an identifier for a record from another system that is added to a salesforce object.
B: useful when loading data from an external system. (Like an SSN)
C: up to 25 custom fields can be used as external IDs on an object.
D: external ID field type must be text, number or email and unique. It can also be marked as case-sensitive.
E: external IDs can be used for matching when importing or updating data.
True or False
Mass transfer works with accounts, leads, and custom objects and transfer all related records as well.
False
Some related records will transfer depending on permissions owners and Role hierarchy.
Custom objects no related records are transferred.
True or False
You can Mass Delete accounts, activities, cases, contacts, leads, solutions, products, and reports.
True
You can also mass delete related data, filters used to search for the reports and records can optionally be permanently deleted bypassing the recycle bin.
True or False
Deleted records are stored for 30 days. After 30 days records are permanently deleted.
False
Deleted records are stored for 15 days. After 15 days records are permanently deleted.
200 leads from a tradeshow need to be imported into salesforce while avoiding duplicates. What tools do I use to manage the data?
Data import wizard can catch duplicates in data to be imported.
An end user needs to import a list of contacts. What tool would they use?
The data import wizard can be used by both end-users and admins. It also supports importing contacts.
There is a need to import cases and ensure the case workflows are fired. What tools would be used to manage the data?
Data loader supports all objects and has an option to firework flows where need be. Cases are not supported by the data import wizard.
Data needs to be loaded every night at 11 PM what important tool would be used?
The commandline interface of data loader can be used by a tool that schedules a job that will process data.
The system administrator has determined that some duplicate data needs to be hard deleted. What data tools would you use?
Data loader supports a hard delete function.
Identify 4 comparisons between data loader and data import wizard.
1 DIW both end users and admins. DL Admins only
2 DIW avail. from set up menu DL Client app download
3 DIW Import only with the 50,000 rec limit DL Up to 5 million rec can be loaded
4 DIW accounts, contacts, leads, solutions, campaign members and custom objects. DL Supports all objects and uploading attachments.
5 DIW find possible duplicates. DL no option to find duplicates
6 DIW Insert, update, upsert. DL Bulk import, update or export, upsert, hard delete
7 DIW Validation rules and triggers will fire. Running workflow rules and processes when records meet the criteria is optional. DL Workflow rules, validation rules and triggers will fire.
How does storage work in salesforce?
Storage is categorized into data in file storage. Data storage is used by storing records. File storage is used by attachments, files and documents.
What are the options for importing and exporting data?
Data import wizard, data loader, third-party tools for integration, export from reports, data export service
How can knowledge articles be imported into salesforce?
Import articles tool from the set up menu allows articles and any translations to be imported into the salesforce knowledge.
In what format is data imported, exported or deleted?
CSV format