Difference between revisions of "Relationship:emails meetings rel"
From MintHCM Wiki
(Created page with "{{Relationship-infobox |Relationship-name=emails_meetings_rel |Relationship-type=one-to-many |Relationship-lhs-module=Emails |Relationship-lhs-id=id |Relationship-lhs-label=Em...") |
|||
Line 10: | Line 10: | ||
|Relationship-rhs-label= | |Relationship-rhs-label= | ||
|Relationship-rhs-field=parent_id@Meetings | |Relationship-rhs-field=parent_id@Meetings | ||
− | |Short Description= | + | |Short Description=One Email record can have many related Meeting records, but a specific Meeting record can be related to only one Email record. |
}} | }} | ||
Latest revision as of 22:07, 29 September 2019
Emails - Meetings | |
---|---|
Relationship | emails_meetings_rel |
Type | one-to-many |
LHS Module | Emails |
LHS ID | id |
LHS Label | Emails:Meetings |
LHS Fields | Emails:Meetings |
RHS Module | Meetings |
RHS ID | parent_id |
RHS Label | |
RHS Fields | Parent ID |
Short Description
One Email record can have many related Meeting records, but a specific Meeting 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] => Meetings [rhs_table] => meetings [rhs_key] => parent_id [relationship_type] => one-to-many )