Standard and Custom Objects (14%) Flashcards

1
Q

What can be customized for standard fields?

A

Field Labels, Field Help, Picklist Values, Auto Number Formatting

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

What are the main custom field attributes?

A

Field Type, Default Value, Required, Unique and Case Sensitive

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

What is an External ID?

A

A field that contains a unique identifier from an external system and can be used for matching records when data is imported or integrated.

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

What are roll-up summary fields?

A

Fields defined on a master object that sum, return the min, max or count of a field in a related detail record

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

What must be configured when creating a custom object?

A

The Name field is a standard field that is added to custom objects to identify records. It can be text or auto-number.

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

What are the two types of relationships that Salesforce supports?

A

In Salesforce, there are two types of relationships between objects: lookup and master-detail. Many-to-many is a type of master-detail relationship between objects.

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

If there is a need to relate several teachers to several different classes, what type of relationship is this and what type of lookup is needed?

A

A many-to-many relationship, needing a junction object for the lookups

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

What is a self relationship?

A

A lookup to a different record of the same object

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

Which relationship do the records inherit the security and sharing settings of the parent record?

A

Master-detail

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

In a master-detail relationship between a standard and custom object, which object must be the parent?

A

The standard object

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

What is an app in Salesforce?

A

An app is a collection of tabs made visible to certain profiles. Salesforce comes with standard apps, or custom apps can be created.

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

What can be controlled in a page layout?

A

Layout of fields, buttons, links, publisher actions, report charts, Visualforce and related lists; related list fields, sort order and buttons

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

What are record types used for?

A

Record types are used when one object has different types or is used for different purposes. Record types allow different picklist values, page layouts and business processes to be defined.

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

What is a business process?

A

A business process is a way to capture the lifecycle of leads, opportunities, cases and solutions.

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

How are business processes defined and used?

A

Values for the status field are selected for a business process from the master picklist values. The business process is then assigned to a record type.

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

What happens when a custom field is deleted?

A

The field and data is deleted temporarily. The field and the data can then be permanently deleted (erased) or undeleted (restored). After 15 days, Salesforce will permanently delete.

17
Q

When would creating a formula field be appropriate?

A

When a read-only field is required and that is calculated based on values of fields (including fields in related objects) or based on a defined formula

18
Q

Why must an administrator be cautious when changing field types?

A

Data loss may occur.

19
Q

Why would an administrator create a Path?

A

To provide visual guidance for helping a user move throughs steps in a business process in Lightning Experience for custom and certain standard objects

20
Q

What’s the difference between record types and business processes?

A

Record types control the page layout and picklist values based on the selection of record type. Business process controls stages and then picklist values based on the stage of certain objects.

21
Q

Which type of custom field can be created to store information about the preferred contact hours of a customer?

A

Time

22
Q

How can formula fields be created?

A

As a simple formula, using merge fields and operators, or as an advanced formula using merge fields, operators and a range of functions