Object Manager & Lightning App Builder - Definitions & Core Concepts Flashcards

Objects, fields, relationships, Lightning pages (41 cards)

1
Q

What is the Object Manager in Salesforce?

A

A tool for viewing and customizing standard and custom objects, their fields, and relationships.

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

What are standard objects?

A

Predefined objects provided by Salesforce such as Account, Contact, Opportunity, and Case.

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

What are custom objects?

A

Objects you create to store information unique to your organization.

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

Where can you manage fields and relationships for an object?

A

In the Object Manager within Setup.

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

What is a field in Salesforce?

A

A specific piece of data stored for a record in an object.

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

What is a record?

A

A single instance of an object containing data for each field.

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

What is a relationship field?

A

A field that links one object to another.

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

What are the two main relationship types in Salesforce?

A

Lookup relationships and master-detail relationships.

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

What is a lookup relationship?

A

A relationship that links two objects loosely where each record can exist independently.

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

What is a master-detail relationship?

A

A strong relationship where the detail record depends on the master record.

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

What happens to a detail record when its master record is deleted?

A

The detail record is also deleted.

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

Can a master-detail relationship be converted to a lookup?

A

Yes, if no roll-up summary fields exist on the master.

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

What are roll-up summary fields?

A

Fields on a master object that calculate values from related detail records.

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

What is the maximum number of roll-up summary fields per object?

A

25.

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

What is the Lightning App Builder?

A

A tool for creating and customizing Lightning pages using components.

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

What types of Lightning pages can you create?

A

App pages, Record pages, and Home pages.

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

What is a Lightning component?

A

A modular, reusable building block used in Lightning pages.

18
Q

What is a standard component?

A

A component provided by Salesforce.

19
Q

What is a custom component?

A

A component built by developers or installed from AppExchange.

20
Q

What is a page layout?

A

A layout that controls the arrangement of fields, related lists, and sections on a record page.

21
Q

What is a compact layout?

A

A layout that determines which fields appear in the highlights panel of a record.

22
Q

What is a record type?

A

A feature that lets you offer different business processes, picklist values, and layouts for different users.

23
Q

How can record types control business processes?

A

By assigning different picklist values and layouts for each type.

24
Q

What is a Lightning page?

A

A customizable interface composed of components and regions built with Lightning App Builder.

25
Can you assign different Lightning record pages to different profiles?
Yes, you can assign pages by app, record type, or profile.
26
What is a global action?
An action accessible from anywhere in Salesforce.
27
What is an object-specific action?
An action tied to a particular object or record.
28
What is a tab?
A navigation element that lets users access objects, pages, or web content.
29
What is a custom tab?
A tab created for custom objects or Visualforce/Lightning pages.
30
What is a schema builder?
A tool for visualizing and creating objects, fields, and relationships.
31
What is a field dependency?
A filter that controls which values appear in a picklist based on another field’s value.
32
What are formula fields?
Fields that calculate values dynamically using expressions.
33
What are validation rules?
Rules that verify data entered into a record meets specific criteria.
34
What happens when a validation rule fails?
The record cannot be saved until the data meets the rule’s condition.
35
What is a field-level security setting?
A control that determines whether a field is visible or editable to a user.
36
What is a page layout assignment?
A mapping of which page layout a user sees based on profile and record type.
37
How do you make a field required?
Set it as required in the field definition or page layout.
38
What is a Lightning Record Page template?
A predefined layout structure you choose when creating a Lightning page.
39
What is the difference between classic and Lightning page layouts?
Classic layouts are static; Lightning pages are dynamic and component-based.
40
How can you preview a Lightning page?
Use the preview function in Lightning App Builder before activation.
41
What is activation in Lightning App Builder?
The process of assigning and deploying a Lightning page to users.