Relationship: Employees - Applications
From MintHCM Wiki
|
Employees - Applications | |
|---|---|
| Relationship | applications_employee |
| Type | one-to-many |
| LHS Module | Employees |
| LHS ID | id |
| LHS Label | LBL_APPLICATIONS_SUBPANEL |
| LHS Fields | LBL_APPLICATIONS_SUBPANEL |
| RHS Module | Applications |
| RHS ID | employee_id |
| RHS Label | Applicant |
| RHS Fields | Applicant, Name, Employee, Employee ID |
Short Description
One Employees record can have many related Applications records, but a specific Applications 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] => Applications [rhs_table] => applications [rhs_key] => employee_id [relationship_type] => one-to-many )