(Data Management 10%) Describe considerations when importing, updating, transferring, and mass deleting data Flashcards
Duplicate management
Controls whether and when duplicate records can be created using matching rule criteria.
Recycle bin
Deleted records are stored in the Recycle Bin for 15 days or until the limit is reached allowing for record restoration.
Data quality considerations
The quality of data is critical for healthy functioning of an org. Using org-wide standards for data entry, naming conventions, importing clean data, using validation rules, and removing duplicate records will improve data quality.
File format
All import data files must be in CSV format
Salesforce record ID
Globally unique ID that every record has, can either be 15 or 18 char that an API will accept
What can be used as an alternative to the record ID for matching when importing or updating data
External ID
Mass Transfer, Update & Delete Records
Salesforce allows for the mass and individual transfer of accounts, leads, custom objects, approval requests, opportunity teams, update addresses, and mass deletion of records.
Data Storage
data storage: records or file storage: attachments ,files, content, chatter files, documents tab, site.com assets, knowledge article files
what file format is required for importing into salesforce?
CSV
what file format is required for exporting files
CSV, XLS, or XLSX
Do record IDs change?
No, never. Even if its deleted and later is undeleted
where are record IDs generated from?
reports query the data base
what exports records with the 18- char ID
Data loader and Data Export Services
External ID
is an identifier for a record from another system that is added to a salesforce object
Usage of External ID
Useful when loading or identifying data from an external system.