Difference between revisions of "Relationship:exitinterviews employee"
From MintHCM Wiki
(Created page with "{{Relationship-infobox |Relationship-name=exitinterviews_employee |Relationship-type=one-to-many |Relationship-lhs-module=Employees |Relationship-lhs-id=id |Relationship-lhs-l...") |
|||
Line 10: | Line 10: | ||
|Relationship-rhs-label=Employee | |Relationship-rhs-label=Employee | ||
|Relationship-rhs-field=employee_link@ExitInterviews, name@ExitInterviews, employee_name@ExitInterviews, employee_id@ExitInterviews | |Relationship-rhs-field=employee_link@ExitInterviews, name@ExitInterviews, employee_name@ExitInterviews, employee_id@ExitInterviews | ||
− | |Short Description= | + | |Short Description=One Employees record can have many related Exit Interviews records, but a specific Exit Interviews record can be related to only one Employees record. |
}} | }} | ||
Latest revision as of 22:08, 29 September 2019
Employees - Exit Interviews | |
---|---|
Relationship | exitinterviews_employee |
Type | one-to-many |
LHS Module | Employees |
LHS ID | id |
LHS Label | |
LHS Fields | |
RHS Module | Exit Interviews |
RHS ID | employee_id |
RHS Label | Employee |
RHS Fields | Employee, Name, Employee, Employee ID |
Short Description
One Employees record can have many related Exit Interviews records, but a specific Exit Interviews record can be related to only one Employees record.
Location and Code definition
Array ( [lhs_module] => Employees [lhs_table] => users [lhs_key] => id [rhs_module] => ExitInterviews [rhs_table] => exitinterviews [rhs_key] => employee_id [relationship_type] => one-to-many )