Object Manager and Lightning App Builder Flashcards
A(n) ________ is a collection of items that work together to serve a particular function.
App
Salesforce apps come in two flavors: ________ and ________.
Classic and Lightning
In which kind of app can you customize the app’s logo and enhance its branding by customizing the color of the navigation bar
Lightning Apps
In salesforce, what corresponds to the tables of a database?
Objects
In salesforce, what corresponds to the rows of a database?
Records
In salesforce, what corresponds to the columns of a database?
Fields
What are the two kinds of Objects in Salesforce?
Standard and Custom
A(n) ____________ is a two directional, significant association between two entities, or between an entity and itself.
Relationship
A(n) __________ Relationship is a loosely coupled One-to-Many relationship where the Many objects won’t inherit settings from the One.
Lookup
A(n) __________ Relationship is a strongly coupled One-to-Many relationship where the Many objects inherit properties from the One like Sharing and Visibility Settings. Deleting the One object will also delete the Many.
Master-Detail
A(n) ______________ Relationship is one that uses a Junction Object and Master-Detail Relationships to allow each Record in one Object to be linked to multiple Records in another Object and vice versa.
Many-to-Many
A(n) ____________ Relationship is a special Lookup Relationship available only for certain Objects such as User and Account. For example, could be used to create a field to store each User’s direct manager.
Hierarchical
Which kind of Relationship allows Roll-Up Summary Fields.
Master-Detail
A(n) ___________ Relationship links a child Custom, Standard, or External Object to a parent External Object.
External Lookup
A(n) ___________ Relationship links a child External Object to a parent Standard or Custom Object.
Indirect Lookup