Difference between revisions of "Relationship:users ideas"

From MintHCM Wiki

(Created page with "{{Relationship-infobox |Relationship-name=users_ideas |Relationship-type=one-to-many |Relationship-lhs-module=Users |Relationship-lhs-id=id |Relationship-lhs-label=Ideas |Rela...")
 
 
Line 10: Line 10:
 
|Relationship-rhs-label=Users
 
|Relationship-rhs-label=Users
 
|Relationship-rhs-field=users@Ideas, name@Ideas, user_name@Ideas, user_id@Ideas
 
|Relationship-rhs-field=users@Ideas, name@Ideas, user_name@Ideas, user_id@Ideas
|Short Description=
+
|Short Description=One User record can have many related Idea records, but a specific Idea record can be related to only one User record.
 
}}
 
}}
  

Latest revision as of 20:20, 29 September 2019

Users - Ideas

Relationship users_ideas
Type one-to-many
LHS Module Users
LHS ID id
LHS Label Ideas
LHS Fields Ideas
RHS Module Ideas
RHS ID user_id
RHS Label Users
RHS Fields Users, Name, Current Decision Maker, Current Decision Maker ID

Short Description

One User record can have many related Idea records, but a specific Idea record can be related to only one User record.


Location and Code definition

Array ( [lhs_module] => Users [lhs_table] => users [lhs_key] => id [rhs_module] => Ideas [rhs_table] => ideas [rhs_key] => user_id [relationship_type] => one-to-many )


Mentioned in articles