SupplierQualificationQuestionsacceptableResponsesbranches
Indicates subsequent branching logic for a given response, posing follow-up questions based on the initial answer.
Columns
| Name | Type | Description |
| SupplierQualificationQuestionsQuestionId [KEY] | Long | Unique identifier for the question in the 'SupplierQualificationQuestionsacceptableResponsesbranches' table. This ID links to the main question in the system that the branch response applies to. |
| AcceptableresponsesAcceptableResponseId [KEY] | Long | Unique identifier for the acceptable response related to the branching logic. This ID references the response that triggers the branching. |
| QuestionBranchesId [KEY] | Long | Unique identifier for the question branch. This ID is used to uniquely identify a specific branch logic that associates a response with a follow-up question. |
| AcceptableResponseId | Long | Unique identifier for the acceptable response that links the branch logic. This ID defines which response will trigger the branching logic. |
| DisplaySequence | Int | Specifies the order in which the branching question should be displayed when the user selects a particular acceptable response. The sequence number helps to define the display flow of the questions. |
| BranchToQuestionId | Long | Unique identifier for the follow-up question to which the user will be directed once they select the acceptable response. This ID helps in guiding the user to the next relevant question in the flow. |
| Question | String | Text or identifier of the branching question. This is the question that will appear when the branch logic is triggered by the selected response. |
| Finder | String | Search keyword or term used to locate the branching logic or response in the system. This is helpful for identifying or retrieving the branching logic during searches. |
| QuestionId | Long | Unique identifier for the question that applies to this branching response logic. This ID links the branching logic to a specific question. |