Data Modeling Flashcards
(42 cards)
Can a record type that is referenced by Apex be deleted?
NO
How is record type access defined?
Profile or Permission Set or both
Profiles can both master an custom record types assigned. True or False
FALSE
Can users view records of any record type if they have access to the object?
YES. Record type assignment defines record types users can use at record creation/edit.
Maximum record types per object - Salesforce recommends
200
Default record type for users can be set in settings
TRUE
Default Record Types are defined on the profile and CAN be defaulted in user settings.
TRUE
Can page layouts be assigned via permission set?
NO
A business process is a special picklist field that captures lifecycle on which standard objects?
- Lead Status
- Opportunity Stage
- Case Status
- Opportunity Status
Can standard fields that are natively required be set to read only?
NO
What is a data model comprised of?
Standard/Custom/External objects
Standard/Custom fields
Relationships
Strengths of schema builder
Speed and efficiency
Lookup relationships are tight or loose?
Loose
What object are hierarchical relationships defined on?
User Object
When you create a lookup relationship, what kind of report is automatically created?
A standard report type (ie policies with account)
External lookup relationships are delivered via what?
Salesforce Connect
The standard External ID field on parent external object is matched to what?
The child’s external lookup relationship field.
What are the 2 types of external object relationships?
External Lookup
Indirect Lookup
Indirect Lookup Relationship
Parent Salesforce object; child external object
How many master-detail relationships can each object have?
two
Can standard objects be on the detail side of a master-detail when a custom object is the master?
No
How do you allow reparenting?
Set “allow reparenting” when you create the relationship
What gets deleted when you delete the master record?
Master and any details.
Name two security implications of master-detail relationships:
- Permissions and security are inherited from master.
2. Owner field is not available on detail/subdetail; owner is inherited from master