Difference between revisions of "Relationship:emails notes rel"

From MintHCM Wiki

(Created page with "{{Relationship-infobox |Relationship-name=emails_notes_rel |Relationship-type=one-to-many |Relationship-lhs-module=Emails |Relationship-lhs-id=id |Relationship-lhs-label=Email...")
 
 
Line 10: Line 10:
 
|Relationship-rhs-label=Emails
 
|Relationship-rhs-label=Emails
 
|Relationship-rhs-field=emails@Notes, parent_id@Notes
 
|Relationship-rhs-field=emails@Notes, parent_id@Notes
|Short Description=
+
|Short Description=One Email record can have many related Note records, but a specific Note record can be related to only one Email record.
 
}}
 
}}
  

Latest revision as of 20:07, 29 September 2019

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 )


Mentioned in articles