Difference between revisions of "Relationship:user direct reports"

From MintHCM Wiki

(Created page with "{{Relationship-infobox |Relationship-name=user_direct_reports |Relationship-type=one-to-many |Relationship-lhs-module=Users |Relationship-lhs-id=id |Relationship-lhs-label=Rep...")
 
 
Line 10: Line 10:
 
|Relationship-rhs-label=Reports to
 
|Relationship-rhs-label=Reports to
 
|Relationship-rhs-field=reports_to_link@Users, reports_to_name@Users, reports_to_id@Users
 
|Relationship-rhs-field=reports_to_link@Users, reports_to_name@Users, reports_to_id@Users
|Short Description=
+
|Short Description=One User record can have many related User records, but a specific User record can be related to only one User record.
 
}}
 
}}
  

Latest revision as of 20:08, 29 September 2019

Users - Users

Relationship user_direct_reports
Type one-to-many
LHS Module Users
LHS ID id
LHS Label Reports to
LHS Fields Reports to
RHS Module Users
RHS ID reports_to_id
RHS Label Reports to
RHS Fields Reports to, Reports to, Reports to ID

Short Description

One User record can have many related User records, but a specific User 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] => Users [rhs_table] => users [rhs_key] => reports_to_id [relationship_type] => one-to-many )


Mentioned in articles