Bootcamp 2020 Flashcards
What are the main programmatic customization tools in Salesforce?
Lightning Components
Apex
Visualforce
APIs
This type of object provides data for the Salesforce platform operations
System Object
Where is the lookup field built?
Parent
Where is the master-detail field built?
Child
Access to parent determines access to children in what relationship?
Master-detail
Related lists are automatically created for what kinds of relationships?
Master-detail &
Lookup relationships
Roll-up summary fields can only be built on what relationship?
Master-detail
What calculations can be done with roll-up summary fields?
Count
Sum
Min
Max
How can a developer customize an object on the Salesforce platform? (choose 2)
A) Create custom fields to capture additional business information
B) Delete standard fields that are not needed in the organization
C) Define page layouts to control what a user sees when viewing a record
D) Create a master-detail relationship on a standard object
A) Create custom fields to capture additional business information
C) Define page layouts to control what a user sees when viewing a record
How can a developer reference a field programmatically?
Field Label
Field Name
API Name
Description
API Name
What is a consideration for creating a master-detail relationship between two objects? (choose 2)
A) The related lookup field is required on the detail record
B) The detail record remains when the master record is deleted
(no, when master is deleted, detail is deleted)
C) Sharing for the detail record is inherited from the master record
D) The master side of a master-detail relationship must be a standard object
(not necessarily, could be a custom or standard object)
A) The related lookup field is required on the detail record
B) The detail record remains when the master record is deleted
(no, when master is deleted, detail is deleted)
C) Sharing for the detail record is inherited from the master record
D) The master side of a master-detail relationship must be a standard object
(not necessarily, could be a custom or standard object)
What is a consideration for creating a lookup relationship between two objects? (choose 2)
A) Lookup relationships do not support lookup filters to limit the records available to users
B) If the parent field is required, the parent record in a lookup relationship cannot be deleted
C) If the parent field is optional, a developer can choose one of three delete behaviors
D) Sharing for the child record is inherited from the parent record
B) If the parent field is required, the parent record in a lookup relationship cannot be deleted
C) If the parent field is optional, a developer can choose one of three delete behaviors
What are (2) capabilities of formula fields?
A) Automatically changes when a referenced field changes
B) Can return the picklist or text area data types
C) Can be modified by users on record edit pages
D) Can reference fields from parent objects
A) Automatically changes when a referenced field changes
D) Can reference fields from parent objects
This automation tool does not support time-based actions
Approvals do not support time-based actions
Process builder, flow, and workflow can be time-based
This automation tool supports user-interaction
Only flow!
Not process builder, workflow, or approvals