In this lesson, I run through how to create a custom object.
Standard objects grant access using hierarchies in Salesforce. You can also set custom objects to grant access utilizing the Role Hierarchy as well.
A Master-Detail relationship is a parent-child relationship in which the master object controls certain behaviors of the detail object:
When a record of the master object is deleted, its related detail records are also deleted.
The Owner field on the detail object is not available and is automati...
A Lookup relationship inks two objects together. Lookup relationships are similar to master-detail relationships, except they do not support sharing or roll-up summary fields.
Resource:
Object Relationships Overview - https://help.salesforce.com/articleView?id=overview_of_custom_object_relation...
2 Comments