QuestionnaireResponsesquestionnaireResponseSections
Organizes questionnaires into sections, each containing related questions or topics for supplier or compliance evaluations.
Columns
Name | Type | Description |
QuestionnaireResponsesQuestionnaireRespHeaderId [KEY] | Long | The unique identifier for the questionnaire response header associated with the section, linking the section data to a specific questionnaire response. Example: 1001 for Questionnaire Response Header 1001. |
QuestionnaireRespSectionId [KEY] | Long | The unique identifier for the questionnaire response section, used to track a specific section of the questionnaire response. Example: 2001 for Section ID 2001. |
QuestionnaireRespHeaderId | Long | The identifier for the questionnaire response header, linking the section data to the parent response record. Example: 1001 for Questionnaire Response Header 1001. |
QuestionnaireSectionId | Long | The unique identifier for the questionnaire section, used to categorize and organize the sections within the questionnaire. Example: 3001 for Questionnaire Section ID 3001. |
QuestionnaireSectionName | String | The name or title of the questionnaire section, providing a label for the section. Example: 'Supplier Information' for the section related to supplier details. |
DisplaySequence | Int | The sequence number used to determine the display order of the section within the questionnaire. Example: 1 for the first section in the questionnaire. |
Instructions | String | Any instructions or guidelines provided to the respondent for completing the section. Example: 'Please fill in all fields related to supplier details'. |
SectionGeneratedFlag | Bool | Indicates whether the section was automatically generated or created by the system. Example: True if the section was auto-generated by the system. |
SectionCompletedFlag | String | Indicates the completion status of the section, indicating whether the section has been fully answered. Example: 'YES' for a section that has been completed. |
Finder | String | A reference or placeholder used for searching and locating specific section data in the system. Example: 'Search by Section Name' or 'Search by Section ID'. |