Difference between revisions of "Relationship:candidates certificates"

From MintHCM Wiki

(Created page with "{{Relationship-infobox |Relationship-name=candidates_certificates |Relationship-type=one-to-many |Relationship-lhs-module=Candidates |Relationship-lhs-id=id |Relationship-lhs-...")
 
 
Line 10: Line 10:
 
|Relationship-rhs-label=Candidate
 
|Relationship-rhs-label=Candidate
 
|Relationship-rhs-field=candidate@Certificates, name@Certificates, candidate_name@Certificates, candidate_id@Certificates
 
|Relationship-rhs-field=candidate@Certificates, name@Certificates, candidate_name@Certificates, candidate_id@Certificates
|Short Description=
+
|Short Description=One Candidate record can have many related Certificates records, but a specific Certificates record can be related to only one Candidate record.
 
}}
 
}}
  

Latest revision as of 20:01, 29 September 2019

Candidates - Certificates

Relationship candidates_certificates
Type one-to-many
LHS Module Candidates
LHS ID id
LHS Label Certificates
LHS Fields Certificates, Name
RHS Module Certificates
RHS ID candidate_id
RHS Label Candidate
RHS Fields Candidate, Name, Candidate, Candidate ID

Short Description

One Candidate record can have many related Certificates records, but a specific Certificates 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] => Certificates [rhs_table] => certificates [rhs_key] => candidate_id [relationship_type] => one-to-many )


Mentioned in articles