Questions
Stores structured questions used in surveys, checklists, or assessments.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the question record within the system. |
| Question Type | String | True |
The classification or type of the question, such as multiple choice or text entry. |
| Global ID | String | True |
The globally unique identifier used for system integration and cross-platform tracking. |
| Link | String | False |
The system-generated hyperlink or reference to access the question record. |
| Question ID | String | True |
The identifier or code assigned to the question. |
| Status | String | False |
The current status of the question, such as active, inactive, or draft. |
| Created By | String | True |
The user who originally created the question record. |
| Created Date | Datetime | True |
The date and time when the question record was created in the system. |
| Last Modified By | String | True |
The user who most recently modified the question record. |
| Last Modified Date | Datetime | True |
The date and time when the question record was last updated. |
| Active | Bool | False |
The flag indicating whether the question is currently active. |
| Answer Choices | String | False |
The available answer options associated with the question. |
| External ID | String | False |
The identifier for the question record in an external system. |
| Owner | String | False |
The user or team responsible for managing the question record. |
| Legacy CRM Id | String | False |
The identifier from a legacy Customer Relationship Management (CRM) system. |
| Language | String | False |
The language in which the question text is written. |
| Question Text | String | False |
The actual text or wording of the question presented to users. |