Relationship: SurveyQuestions - SurveyQuestionOptions
From MintHCM Wiki
|
Survey Questions - Survey Question Options | |
|---|---|
| Relationship | surveyquestions_surveyquestionoptions |
| Type | one-to-many |
| LHS Module | Survey Questions |
| LHS ID | id |
| LHS Label | Survey Question Options |
| LHS Fields | Survey Question Options, Name |
| RHS Module | Survey Question Options |
| RHS ID | survey_question_id |
| RHS Label | LBL_SURVEYQUESTIONS_SURVEYQUESTIONOPTIONS_FROM_SURVEYQUESTIONS_TITLE |
| RHS Fields | LBL_SURVEYQUESTIONS_SURVEYQUESTIONOPTIONS_FROM_SURVEYQUESTIONS_TITLE, Name, LBL_SURVEYQUESTIONS_SURVEYQUESTIONOPTIONS_FROM_SURVEYQUESTIONS_TITLE, LBL_SURVEYQUESTIONS_SURVEYQUESTIONOPTIONS_FROM_SURVEYQUESTIONOPTIONS_TITLE |
Short Description
One Survey Questions record can have many related Survey Question Options records, but a specific Survey Question Options record can be related to only one Survey Questions record.
Location and Code definition
Array ( [rhs_module] => SurveyQuestionOptions [rhs_table] => surveyquestionoptions [rhs_key] => survey_question_id [lhs_module] => SurveyQuestions [lhs_table] => surveyquestions [lhs_key] => id [relationship_type] => one-to-many )