SupplierQualificationQuestionResponsesvalues
Captures detailed data points (for example, numeric values, text inputs) for each question response, enabling in-depth analysis.
Columns
| Name | Type | Description |
| SupplierQualificationQuestionResponsesResponseRepositoryId [KEY] | Long | Unique identifier for the repository storing the responses. This ID links to the data source or location where the responses are saved. |
| AcceptableResponseId | Long | Unique identifier for an acceptable response. This ID refers to the response configuration in the qualification system. |
| AcceptableResponseText | String | Text representing an acceptable response. This describes what qualifies as an acceptable answer to the question. |
| ResponseRepositoryValueId [KEY] | Long | Unique identifier for the value in the response repository. This ID links the specific value entered by the responder to the overall response data. |
| ResponseRepositoryId | Long | Unique identifier for the repository where the responses are stored. This helps locate the collection of responses in the database or system. |
| ResponseValueDate | Date | Date value provided by the responder. This value is applicable when the question expects a date as a response. |
| ResponseValueDatetime | Datetime | Date and time value provided by the responder. This value is applicable for questions requiring a specific date and time. |
| ResponseValueNumber | Decimal | Numeric value provided by the responder. This value applies when the question expects a numerical response. |
| ResponseValueText | String | Text value provided by the responder. This is used when the question expects a text-based response (for example, freeform text or short answer). |
| CriticalResponseFlag | Bool | Indicates whether the response is critical for the qualification process. If true, the response is considered crucial for decision-making. Accepted values are 'true' or 'false'. |
| Finder | String | Search term or keyword used to locate the response record in the system. This is helpful for filtering and searching within the qualification responses. |