Object Manager and Lightning App Builder Flashcards
How can you allow multiple accounts to be associated with a contact?
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.
What business data is represented by the ‘Case’ object?
A case can be defined as a customer’s feedback, problem, or question.
Is it possible to change a lookup relationship to a master-detail relationship?
Yes, a lookup relationship can be changed to a master-detail relationship if the lookup field in all records contains a value.
What is a junction object?
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.
What are the two main types of relationships that can be created between two objects and how are they different?
- 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.
- 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
What is the data model?
The data model is what defines the structure and organization of your data. It is the structure of objects, fields, and relationships.
What is a Roll-Up Summary Field?
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.
What is the schema builder?
Schema Builder can be used to view the data model as well as create objects, fields, and relationships quickly.
What is a many-to-many relationship?
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.
What is a record type?
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.
Can you use a master record type and custom record type at the same time?
No. If master record type is selected, you cannot include custom record types and vice versa.
What is an app?
An app is a collection of tabs made visible to certain profiles.
What is a page layout?
Page layouts control the layout and organization of fields, related lists, buttons, links, report charts, and other items on objects.
What does the unique setting on fields accomplish?
Prevents duplicate field values.
What is a major consideration when changing a field type?
Data loss can occur in certain types of changes.