Data Management (10%) Flashcards
What is the Salesforce ID?
A globally unique ID assigned to each record when created; 15 digit case sensitive when displayed in the UI / reports and 18 digit case insensitive from API / data loader.
What happens to deleted records?
Deleted records go to the recycle bin. After 15 days or if the bin limit is exceeded they are permanently deleted. While in the recycle bin, deleted records can be restored.
How does storage work in Salesforce?
Storage is categorized into data and file storage. Data storage is used by storing records normally 2KB each. File storage is used by attachments, files and documents.
When would you use an external ID?
When you want to use an identifier from an external system to import or update data.
What are the options for importing and exporting data?
Data import wizard, data loader, 3rd party tools for integration, export from reports, data export service.
How can knowledge articles be imported to Salesforce?
Import articles tool from setup menu allows articles and any translations to be imported into salesforce knowledge.
What are the main tools for data import?
Data import wizard and data loader.
Up to how many records can data import wizard and data loader import?
Data import wizard can import up to 50,000 records, while data loader can import up to 5 million records.
In what format is data imported, exported or deleted?
CSV format.
What are the steps to import data?
Data selection, mapping and import.
Which of the data management tools cannot export data?
Data import wizard.
Which of the data import tools can only be used by admins?
Data loader.
How can knowledge articles outside of Salesforce be imported into Salesforce?
Import articles tool.
What can be done with the mass transfer tool?
Accounts, Leads and Custom objects and some related data can be transferred from one owner to another.
How can data be mass deleted?
The Mass Delete tool allows mass deletion of Accounts, Leads, Activities, Contacts, Cases, Solutions, Products and Reports. Criteria can be set to find selected records to delete.
How do Validation Rules work?
A formula expression can be defined which is checked before create and update. If the formula returns true an error message is displayed.
How can data be automatically exported?
The data export service can be used to export all or selected data weekly or monthly. An email is sent with a link to a downloadable zip file.
What is the difference between a matching rule and a duplicate rule?
Matching rule is used to identify duplicates. Duplicate rule defines what happens to duplicates - allow or block.
What actions can be taken by the administrator to ensure the data quality of the org?
Establish organization data standards and naming conventions, import clean data, remove duplicate records, and use validation rules.
When are validation rules enforced?
Enforced immediately on record save, prior to workflows or process builders.
How can system validation be used?
To enforce data type, data length, required fields or unique entries.
When are custom validation rules used?
Used for custom complex validation rules that can involve one or more fields (standard or custom).
What are the implications of validation rules?
Validates data type, field length, enforces required fields and enforces unique setting.
What happens when loading records through a data import tool and the required fields are blank or not matched?
Those records fail to load.