Represents survey settings
Data model

Fields
Field |
Type |
Description |
canceled_status_id |
INT |
Model state identifier, which determines the state where the survey ends |
description |
NVARCHAR (500) |
Description of the survey |
id* |
INT |
Survey ID |
is_active |
BIT |
Determine whether the survey is active or not |
item_type_id* |
INT |
Concept ID for the survey |
model_id |
INT |
Associated model identifier |
name* |
NVARCHAR (100) |
Survey Name |
project_id |
INT |
Survey Project ID |
schedule_id |
INT |
Identifier of the associated connection schedule |
server_id |
INT |
Mail server ID for sending the survey |
solved_status_id |
INT |
The status identifier of the model, which determines the state where the survey starts |
survey_id |
INT |
Base Survey Identifier |
template_id |
INT |
Identifier of the email template to send the survey |
Primary Key
References