SupplierRegistrationQuestionnaireResponsesquestionnaireResponseSections
Organizes questionnaire content into logical sections, grouping related questions for clarity and streamlined completion.
Columns
| Name | Type | Description |
| SupplierRegistrationQuestionnaireResponsesQuestnaireRespHeaderId [KEY] | Long | A unique identifier for the header of the questionnaire response. This ID links the response sections to the specific questionnaire response header. |
| SupplierRegistrationQuestionnaireResponsesSupplierRegistrationKey [KEY] | String | A unique key that links the response section to the supplier’s registration process, ensuring the section is associated with the correct supplier registration record. |
| QuestnaireRespSectionId [KEY] | Long | A unique identifier for the questionnaire response section. This ID tracks the specific section in the questionnaire response. |
| QuestnaireRespHeaderId | Long | The ID of the header associated with the questionnaire response. This links the response section to the specific response header. |
| QuestnaireSectionId | Long | A unique identifier for the section within the questionnaire. This ID allows the system to reference specific sections in a questionnaire. |
| DisplaySequence | Int | The order in which the section is displayed to the responder. This ensures that sections are shown in the correct sequence during the questionnaire process. |
| SectionName | String | The name of the section in the questionnaire. This represents the title or identifier of the section being answered by the supplier. |
| SectionCompletedFlag | String | Indicates whether the section has been completed. It may have values such as 'Yes' or 'No'. This flag helps track the completion status of the section. |
| SectionDisplayedFlag | Bool | Indicates whether the section is displayed to the user. A value of 'true' means the section is visible; 'false' means the section is hidden. |
| SectionGeneratedFlag | Bool | Indicates whether the section was generated dynamically. If 'true', the section was generated based on certain conditions or rules. If 'false', the section is static. |
| Finder | String | A search term or keyword used to locate the response section within the system. This helps in performing searches or filtering sections based on specific terms. |
| SupplierRegistrationKey | String | The unique key assigned to the supplier registration. This ensures the response section is correctly linked to the supplier’s registration process. |