Relationship: Positions - CareerPaths
From MintHCM Wiki
|
Positions - Career Paths | |
|---|---|
| Relationship | careerpaths_positions_to |
| Type | one-to-many |
| LHS Module | Positions |
| LHS ID | id |
| LHS Label | Career Paths (To) |
| LHS Fields | Career Paths (To), Name |
| RHS Module | Career Paths |
| RHS ID | position_to_id |
| RHS Label | Positions (To) |
| RHS Fields | Positions (To), Name, To, To (ID) |
Short Description
One Position record can have many related Career Paths records, but a specific Career Paths record can be related to only one Position record.
Location and Code definition
Array ( [lhs_module] => Positions [lhs_table] => positions [lhs_key] => id [rhs_module] => CareerPaths [rhs_table] => careerpaths [rhs_key] => position_to_id [relationship_type] => one-to-many )