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
________________ provides a dynamic environment for viewing and modifying all the objects and relationships in your app.
Schema Builder
Can you delete Standard Fields?
No
A(n) _____________ is a field where logic is used to display respective values depending upon some calculations or some result.
Formula Field
What are the two parts of a Picklist?
Field and Value Set
What are the three types of Picklists?
Standard, Custom, and Custom Multi-Select
Where formula fields calculate values using fields within a single record, _____________ fields calculate values from a set of related records.
Roll-Up Summary
What are the four types of Roll-Up Summary Fields?
1) Count
2) Sum
3) Min
4) Max
How long is Field History Data retained through your org?
18 months
How long is Field History Data retained via the API?
24 months