Difference between revisions of "Relationship:applications employee"
From MintHCM Wiki
(Created page with "{{Relationship-infobox |Relationship-name=applications_employee |Relationship-type=one-to-many |Relationship-lhs-module=Employees |Relationship-lhs-id=id |Relationship-lhs-lab...") |
|||
Line 10: | Line 10: | ||
|Relationship-rhs-label=Applicant | |Relationship-rhs-label=Applicant | ||
|Relationship-rhs-field=employee_link@Applications, name@Applications, employee_name@Applications, employee_id@Applications | |Relationship-rhs-field=employee_link@Applications, name@Applications, employee_name@Applications, employee_id@Applications | ||
− | |Short Description= | + | |Short Description=One Employees record can have many related Applications records, but a specific Applications record can be related to only one Employees record. |
}} | }} | ||
Latest revision as of 21:57, 29 September 2019
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 )