Object Manager and Lightning App Builder Flashcards

1
Q

How can you allow multiple accounts to be associated with a contact?

A

In order to allow multiple accounts to be associated with a contact, the ‘Contacts to Multiple Accounts’ feature must be enabled. After that, the ‘Related Accounts’ related list must be added to the ‘Contact’ page layout and the ‘Related Contacts’ related list added to the ‘Account’ page layout.

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

What business data is represented by the ‘Case’ object?

A

A case can be defined as a customer’s feedback, problem, or question.

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

Is it possible to change a lookup relationship to a master-detail relationship?

A

Yes, a lookup relationship can be changed to a master-detail relationship if the lookup field in all records contains a value.

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

What is a junction object?

A

A junction object is a custom object with two master-detail relationships and is used to connect the two objects that are related to each other.

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

What are the two main types of relationships that can be created between two objects and how are they different?

A
  1. Master-Detail: Tightly relates two objects through a parent-child relationship. Can be one-to-one, one-to-many, or many-to-many. Roll-up summary field is available. M-D field is always required on detail page layout. Parent controls record ownership.
  2. Lookup: A loose relationship between objects. Links objects together so users can see related items from one object on another. Can be one-to-one, one-to-many, self, external, indirect, or hierarchical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the data model?

A

The data model is what defines the structure and organization of your data. It is the structure of objects, fields, and relationships.

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

What is a Roll-Up Summary Field?

A

A roll-up summary field calculates values from related records, such as those in a related list. Can only be done through a master-detail relationship.

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

What is the schema builder?

A

Schema Builder can be used to view the data model as well as create objects, fields, and relationships quickly.

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

What is a many-to-many relationship?

A

Many-to-many relationships allow two objects to be related to each other when a record from one object can be linked to multiple records from another object and vice versa. Many-to-many relationships are implemented via the use of a junction object. A junction object sits between the other 2 objects and has a master-detail relationship with both.

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

What is a record type?

A

A record type organizes and gathers data in different ways for the same object. For example, you only have one Opportunity object, but multiple record types (donation, grant, matching gifts, etc.) that gather different information.

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

Can you use a master record type and custom record type at the same time?

A

No. If master record type is selected, you cannot include custom record types and vice versa.

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

What is an app?

A

An app is a collection of tabs made visible to certain profiles.

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

What is a page layout?

A

Page layouts control the layout and organization of fields, related lists, buttons, links, report charts, and other items on objects.

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

What does the unique setting on fields accomplish?

A

Prevents duplicate field values.

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

What is a major consideration when changing a field type?

A

Data loss can occur in certain types of changes.

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

What is a global value set?

A

You can use global picklist value sets to share values across objects and custom picklist fields, and to restrict the picklists to only the values that you specify.

17
Q

What are dependent picklists?

A

A dependent picklist allows the values in one picklist to be filtered by the values in another picklist or checkbox field. The picklist or checkbox that drives the filtering is called the controlling field. The picklist that has its values filtered by the value selected in the controlling field is called the dependent field.

18
Q

What are formula fields?

A

Formula fields are read-only fields that automatically calculate a value based on other fields or a formula.

19
Q

What are external Ids?

A

External IDs are fields that contain a unique identifier from a system outside of Salesforce.

20
Q

What is a business process?

A

A Business Process captures the lifecycle of leads, opportunities, cases, or solutions. It references a standard picklist field and the values can be customized.

21
Q

What is a path?

A

Paths are intended to capture the lifecycle of standard objects such as Leads, Campaigns, Accounts, Contacts and Cases, and are used to guide users along steps in a process.

22
Q

What must be configured on 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.

23
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.

24
Q

How do record types relate to business processes?

A

A business process can be associated with multiple record types.