Difference between revisions of "Relationship:offboardings employee"
From MintHCM Wiki
(Created page with "{{Relationship-infobox |Relationship-name=offboardings_employee |Relationship-type=one-to-many |Relationship-lhs-module=Employees |Relationship-lhs-id=id |Relationship-lhs-lab...") |
|||
Line 10: | Line 10: | ||
|Relationship-rhs-label=Employee | |Relationship-rhs-label=Employee | ||
|Relationship-rhs-field=employee_link@Offboardings, name@Offboardings, employee_name@Offboardings, employee_id@Offboardings | |Relationship-rhs-field=employee_link@Offboardings, name@Offboardings, employee_name@Offboardings, employee_id@Offboardings | ||
− | |Short Description= | + | |Short Description=One Employees record can have many related Offboardings records, but a specific Offboardings record can be related to only one Employees record. |
}} | }} | ||
Latest revision as of 21:22, 29 September 2019
Employees - Offboardings | |
---|---|
Relationship | offboardings_employee |
Type | one-to-many |
LHS Module | Employees |
LHS ID | id |
LHS Label | Offboardings |
LHS Fields | Offboardings |
RHS Module | Offboardings |
RHS ID | employee_id |
RHS Label | Employee |
RHS Fields | Employee, Name, Employee, Employee ID |
Short Description
One Employees record can have many related Offboardings records, but a specific Offboardings 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] => Offboardings [rhs_table] => offboardings [rhs_key] => employee_id [relationship_type] => one-to-many )