Point to remembeir when creating “Master-Detail Relationship”
Parent child relationship is tightly coupled relationship having some below attributes
Parent child relationship is tightly coupled relationship having some below attributes
- Parent reference become mandatory for child object.
- Standard objects can't become child of any object.
- Master details support Cascaded delete: if you delete the parent, it can cascade delete the child.
- Sharing rules on child object's determind by parent.
- You can have only 2 master details relationship on an object in salesforce.