Relationship: Candidates - Candidatures
From MintHCM Wiki
|
Candidates - Candidatures | |
|---|---|
| Relationship | candidates_candidatures |
| Type | one-to-many |
| LHS Module | Candidates |
| LHS ID | id |
| LHS Label | Candidates |
| LHS Fields | Candidates, Name |
| RHS Module | Candidatures |
| RHS ID | candidate_id |
| RHS Label | Candidate |
| RHS Fields | Candidate, Candidate, Candidate ID |
Short Description
One Candidate record can have many related Candidature records, but a specific Candidature record can be related to only one Candidate record.
Location and Code definition
Array ( [lhs_module] => Candidates [lhs_table] => candidates [lhs_key] => id [rhs_module] => Candidatures [rhs_table] => candidatures [rhs_key] => candidate_id [relationship_type] => one-to-many )