Relationship: Emails - Notes
From MintHCM Wiki
|
Emails - Notes | |
|---|---|
| Relationship | emails_notes_rel |
| Type | one-to-many |
| LHS Module | Emails |
| LHS ID | id |
| LHS Label | Emails:Notes |
| LHS Fields | Emails:Notes |
| RHS Module | Notes |
| RHS ID | parent_id |
| RHS Label | Emails |
| RHS Fields | Emails, Parent ID |
Short Description
One Email record can have many related Note records, but a specific Note record can be related to only one Email record.
Location and Code definition
Array ( [lhs_module] => Emails [lhs_table] => emails [lhs_key] => id [rhs_module] => Notes [rhs_table] => notes [rhs_key] => parent_id [relationship_type] => one-to-many )