SurveyQuestions
Defines the individual questions used in surveys, including question types, answer formats, dependencies, and associated metadata for logic branching and reporting.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the survey question record, used internally to distinguish each entry. |
| Survey Question Type | String | True |
Specifies the object type of the survey question, which helps differentiate it from other record types within the Vault. |
| Global ID | String | True |
System-managed global identifier assigned to the survey question for cross-vault uniqueness and tracking. |
| Link | String | False |
URL link or Vault reference that connects this survey question to its detailed view or related object. |
| Survey Question ID | String | True |
The name or identifier of the survey question, typically used as a human-readable key. |
| Status | String | False |
Current lifecycle status of the survey question, such as Draft, Active, or Inactive. |
| Created By | String | True |
User ID of the person who initially created the survey question record. |
| Created Date | Datetime | True |
Timestamp indicating when the survey question was first created in the system. |
| Last Modified By | String | True |
User ID of the person who last updated the survey question record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification to the survey question. |
| Answer Choices | String | False |
Comma-separated list of answer options available for the question, typically used for multiple choice or single select questions. |
| Condition | String | False |
Logical condition or rule that determines when this question should be displayed, based on previous responses or metadata. |
| External ID | String | False |
Identifier used to reference this survey question in external systems or integrations. |
| Max Score | Decimal | False |
Maximum numerical score that can be assigned for answering this question, often used for scoring-based assessments. |
| Min Score | Decimal | False |
Minimum numerical score that can be assigned for this question, useful for validations or scoring logic. |
| Question Order | Decimal | False |
Numeric position of this question within the overall survey, used to determine sequence during survey rendering. |
| Question Number | Decimal | False |
Explicit question number shown to the user, which can differ from the internal order value. |
| Required | Bool | False |
Indicates whether the question must be answered before the survey can be submitted (true or false). |
| Source ID | String | False |
Identifier of the source system or module that originated this survey question, useful in multi-system environments. |
| Question | String | False |
The actual text of the question that will be displayed to the user as part of the survey. |
| Survey Header | String | False |
Reference to the parent survey record that this question belongs to, establishing relational context. |
| Legacy CRM Id | String | False |
Identifier from a legacy Customer Relationship Management (CRM) system used for backward compatibility or historical reference. |
| Question Text | String | False |
Alternate or formatted version of the survey question text, typically used for display or translation purposes. |