SF 201 Cert Flashcards

Become Certified in Salesforce Admin Position

1
Q

Auto Number

A

A system generate sequence number that uses a display format you define. The number is automatically incremented for each new record.

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

Formula

A

A read- only field that derives its value from a formula expression you define. The formula field is updated when any of the source fields change.

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

Roll- Up Summary

A

A read- only field that displays the sum, minimum, or maximum value of a field in a related list or the record count of all records listed in a related list.

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

Look Up Relationship

A

Creates a relationship that links this object to another object. The relationship field allows users to click on a lookup icon to select a value from a pop up list. The other object is the source of the values in the list.

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

Master- Detail Relationship

A

Creates a special type of parent- child relationship between the object (the child or “detail”) and another object (the parent, or “master”) where:

  • The relationship field is required on all detail records
  • The ownership and sharing of a detail record are determined by the master record.
  • When the user deletes the master record, all detail records are deleted.
  • You can create roll up summary fields on the master record to summarize the detail records.

The relationship field allows the user to click on the lookup icon to select a value from a pop-up list. The master object is the source of the values in the list.

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

External Lookup Relationship

A

Creates a relationship that links this object to an external object whose data is stored outside the Salesforce org.

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

Checkbox

A

Allows users to select a True (checked) or False (unchecked) value.

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

Currency

A

Allows users to enter a dollar or other currency amount and automatically formats the field as a currency amount. This can be useful if you export data to Excel or another spreadsheet.

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

Date

A

Allows users to enter a date or pick a date from a popup calendar.

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

Date/ Time

A

Allows users to enter a date and time, or pick a date from a popup calendar. When users click a date in the popup, that date and the current time are entered into the Date/Time field.

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

Email

A

Allows users to enter an email address, which is validated to ensure proper format. If this field is specified for a contact or lead, users can choose the address when clicking Send an Email. Note that custom email addresses cannot be used for mass emails.

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

Geolocation

A

Allows users to define locations. Includes latitude and longitude components, and can be used to calculate distance.

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

Number

A

Allows users to enter any number. Leading zeros are removed.

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

Percent

A

Allows users to enter a percentage number, for example, ‘10’ and automatically adds the percent sign to the number.

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

Phone

A

Allows users to enter any phone number. Automatically formats it as a phone number.

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

Picklist

A

Allows users to select a value from a list you define.

17
Q

Text

A

Allows users to enter any combination of letters and numbers.

18
Q

Text Area

A

Allows users to enter up to 255 characters on separate lines.

19
Q

Text Area (Long)

A

Allows users to enter up to 131,072 characters on separate lines.

20
Q

Text Area (Rich)

A

Allows users to enter formatted text, add images and links. Up to 131,072 characters on separate lines.

21
Q

Text (Encrypted)

A

Allows users to enter any combination of letters and numbers and store them in encrypted form.

22
Q

Time

A

Allows users to enter a local time. For example, “2:40 PM”, “14:40”, “14:40:00”, and “14:40:50.600” are all valid times for this field.

23
Q

URL

A

Allows users to enter any valid website address. When users click on the field, the URL will open in a separate browser window.