What is the Object Manager in Salesforce?
A tool for viewing and customizing standard and custom objects, their fields, and relationships.
What are standard objects?
Predefined objects provided by Salesforce such as Account, Contact, Opportunity, and Case.
What are custom objects?
Objects you create to store information unique to your organization.
Where can you manage fields and relationships for an object?
In the Object Manager within Setup.
What is a field in Salesforce?
A specific piece of data stored for a record in an object.
What is a record?
A single instance of an object containing data for each field.
What is a relationship field?
A field that links one object to another.
What are the two main relationship types in Salesforce?
Lookup relationships and master-detail relationships.
What is a lookup relationship?
A relationship that links two objects loosely where each record can exist independently.
What is a master-detail relationship?
A strong relationship where the detail record depends on the master record.
What happens to a detail record when its master record is deleted?
The detail record is also deleted.
Can a master-detail relationship be converted to a lookup?
Yes, if no roll-up summary fields exist on the master.
What are roll-up summary fields?
Fields on a master object that calculate values from related detail records.
What is the maximum number of roll-up summary fields per object?
25.
What is the Lightning App Builder?
A tool for creating and customizing Lightning pages using components.
What types of Lightning pages can you create?
App pages, Record pages, and Home pages.
What is a Lightning component?
A modular, reusable building block used in Lightning pages.
What is a standard component?
A component provided by Salesforce.
What is a custom component?
A component built by developers or installed from AppExchange.
What is a page layout?
A layout that controls the arrangement of fields, related lists, and sections on a record page.
What is a compact layout?
A layout that determines which fields appear in the highlights panel of a record.
What is a record type?
A feature that lets you offer different business processes, picklist values, and layouts for different users.
How can record types control business processes?
By assigning different picklist values and layouts for each type.
What is a Lightning page?
A customizable interface composed of components and regions built with Lightning App Builder.