(Data Management 10%) Describe considerations when importing, updating, transferring, and mass deleting data Flashcards

1
Q

Duplicate management

A

Controls whether and when duplicate records can be created using matching rule criteria.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Recycle bin

A

Deleted records are stored in the Recycle Bin for 15 days or until the limit is reached allowing for record restoration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data quality considerations

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

File format

A

All import data files must be in CSV format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Salesforce record ID

A

Globally unique ID that every record has, can either be 15 or 18 char that an API will accept

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What can be used as an alternative to the record ID for matching when importing or updating data

A

External ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Mass Transfer, Update & Delete Records

A

Salesforce allows for the mass and individual transfer of accounts, leads, custom objects, approval requests, opportunity teams, update addresses, and mass deletion of records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data Storage

A

data storage: records or file storage: attachments ,files, content, chatter files, documents tab, site.com assets, knowledge article files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what file format is required for importing into salesforce?

A

CSV

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what file format is required for exporting files

A

CSV, XLS, or XLSX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Do record IDs change?

A

No, never. Even if its deleted and later is undeleted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

where are record IDs generated from?

A

reports query the data base

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what exports records with the 18- char ID

A

Data loader and Data Export Services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

External ID

A

is an identifier for a record from another system that is added to a salesforce object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Usage of External ID

A

Useful when loading or identifying data from an external system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Field Limit of External ID

A

Up to 25 custom fields can be used as external IDs on an object

17
Q

Field Type of External ID

A

External ID field type must be text, number, or email.

18
Q

Can external IDs be used for matching

19
Q

what is the mass transfer records tool used for?

A

used to transfer multiple records from one user to another within salesforce

20
Q

where is the mass transfer records tool found?

A

in the data section from setup

21
Q

what user and system permissions are required to transfer any record?

A

System: Modify all data or modify all
User: must be record owner( or user above in the role/ territory hierarchy)

22
Q

how does mass transfer work for accounts, leads, and custom objects

A

Accounts: notes, contacts, opportunities, and open activities owned by the current owner will be transferred to the new owner

Leads: All open activities owned by the current owner will be transferred to the new owner

Custom Objects: No related records are transferred

23
Q

what object permission is required to transfer a record to another user?

A

user needs to at least have ‘read’ permissions

24
Q

after transferring an account record what will the new user now??

A

contacts, open opportunities, notes, contracts in draft and in approval process status, order in draft status, attachments, open activities

25
after transferring a contact, opportunity, case or lead record what will now own??
contacts, open opportunities, notes
26
why is a mass transfer tool alternative necessary, and what could be used?
the mass transfer tool does not support all standard objects like cases and opportunities. The data loader or data import wizard can be used as an alternative
27
what object records and be mass deleted?
accounts, activities, cases, contacts, leads, solutions, products, and reports. related data is also deleted, filters can be used to find records to delete, and records can optionally be permanently deleted bypassing the recycle bin.
28
can data loader be used as an alternative to delete records?
yes
29
can deleted records be restored?
yes, if you catch them in the recycle bin before the 15day cut off.
30
how can you permanently delete the contents of a recycle bin?
by clicking empty recycle bin just like on a computer
31
how is the storage limit in the recycle bin calculated?
25 times the organizations storage in MB | ex 2GB storage = 2000 * 25 = 50,000 records
32
what happens if the recycle bin limit has exceeded?
the oldest records are automatically deleted if they've at least been there for 2 hours