Object Manager and Lightning App Builder Flashcards

20%

1
Q

What are the two types of relationships in objects?

A

Master detail relationship
Lookup

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

What happens to the child records if the parent record is deleted in a master detail relationship?

A

All child records are deleted as they cannot exist without a parent. Unless “Allow reparenting” is enabled in set up for the master detail relationship.

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

Why use a master detail relationship? Explain what type of relationship is provides and how it works.

A

It allows a one to many relationship (i.e. An account can have many opportunities but an opportunity can only be linked to one account).

It is always required to relate when creating a record of that object so it enforces a tight coupling.

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

Can you make a master custom object and pair it with a standard object?

A

No - Standard objects must be on the master side of the relationship with a custom object (i.e. Custom object tech meetings cannot be the parent of Accounts).

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

How are sharing settings laid out in Master Detail and Lookup relationships?

A

Master detail - Sharing and security settings of the parent object will pass the same configuration to the child object so it inherits the rules (i.e. Accounts and Contacts).

Lookup - Does not inherit the sharing settings

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

Can you use roll up summaries on lookup?

A

No - You can only aggregate data on master detail relationships. As an example, total gifts can be a custom account field that is a roll up summaries of all opportunities related to the account.

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

What is the purpose of a junction object?

Give an example with the objects: Position, Candidate, Application.

A

It provides a means of a many to many relationship meaning when a record from one object can be linked to multiple records from another object and vice versa.

A junction object sits between the other 2 object and has a master detail relationship with both objects.

For example: The application object is the junction object sitting between position and candidate. Application has 2 master detail relationships, one with position and one with candidate and a lookup relationship is implemented to interview. So a position can have multiple applications and a candidate can make multiple applications but some applications can have multiple interviews.

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

What can a lead be converted into?

A

Account
Contact
Opportunity

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

How long do you have until a recently deleted custom field is permanently deleted?

A

15 days

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

How many custom objects can you create on Enterprise, and Unlimited and Performance edition?

A

200 on Enterprise
2000 on Unlimited and Performance edition

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

What is an App?

A

An App is a collection of tabs made visible to a profile.

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

How are profiles used in page layouts?

A

Page layouts can be assigned to profiles to showcase specific fields and related lists that profile may want to see to avoid clutter.

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

What is the difference between record types and page layouts?

A

Record types allow defining different picklist options, page layouts, and business processes.

For example, you could create two different sales processes on opportunity object by using 2 different record types with their individual page layout.

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

What is a business process?

A

Business processes can be assigned with record types to define the lifecycle of leads, opportunities, cases or solutions for different user profiles.

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

What is a path?

A

A path can be created in lightning experience for custom and some standard objects to display their lifecycle based on a picklist field.

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

Can you rename standard objects and fields?

A

Yes, but only the label NOT the API name. This is done through Rename tabs and Labels option in Setup.

17
Q

What is a case?

A

Salesforce object that captures a collection of information about a particular issue, inquiry or incident

18
Q

If a lookup filter is used on a lookup field, is the filter required?

A

In Lightning - Yes.

19
Q

Can you reference fields on records related to the target object (i.e. Contact –> Account)

A

Yes. You can filter it for example if on Contact you can go through to Account then any field on the associated account.

20
Q

What do you have to do if you want to model a many to many relationship?

A

You have to create a Junction Object and within that custom object, create two master detail relationships between the two objects you want to relate it to.

For example: You want to have a many to many relationships between Case and Bug (custom). A case can be associated to many bugs and a bug can be associated to many cases. The custom junction object will be called CaseBugAssociation.

21
Q

Do search layouts control what is searchable?

A

No - it only controls the fields that appear in the search results and what fields are displayed in the recently viewed list

22
Q

Do the properties of a custom field restore when you restore the field after deletion?

A

Some properties do not restore automatically. Any relationships convert to lookup relationships when deleted and any required fields need to be required once again.

23
Q

Can a custom field and a standard field be deleted?

A

Only custom fields can be deleted.

24
Q

Can standard picklists values be deleted, added or reordered?

A

They can be added, deleted, or reordered.

25
Q

If a custom field has been deleted, does the field, its data and field history also restore within 15 days?

A

All of them is restored.

26
Q

Do you have to wait 15 days for a field to be permanently deleted?

A

No, you can manually do it.

27
Q

Can you change the field label, data type and field length on a standard field?

A

You can only change the field label by going to Rename Tabs and Labels. You cannot change the type or length.

28
Q

What type of fields can be used as the dependent field in a field dependency?

  1. Custom picklist
  2. Multi picklist
  3. Standard picklist
  4. Custom checkbox
A

Custom picklist
Multi picklist

You can use custom or standard checkboxes as the controlling field only.

29
Q

Can a custom checkbox be used as the controlling field for a field dependency?

A

Yes custom and standard checkboxes. But not for the dependent field.

30
Q
A