diff --git a/en/abp-suite/creating-master-detail-relationship.md b/en/abp-suite/creating-master-detail-relationship.md index 267b828f..c7502ba6 100644 --- a/en/abp-suite/creating-master-detail-relationship.md +++ b/en/abp-suite/creating-master-detail-relationship.md @@ -1,4 +1,4 @@ -# Master-Detail Forms +# Master-Detail Relationship The Master-Detail (or Master-Child) relationship refers to a hierarchical connection between two entities, where one entity (the master or parent entity) influences or controls the behavior or properties of another element (the child entity) relationship. The relationship between **Order - Order Lines** and **Invoice - Invoice Items** can be considered as examples of a master-detail relationship.