Table Name: | scr_response |
Table Number: | 5212 |
Group: | Script Mgr |
Description: | Actual responses to call script questions |
Flags: | |
Baseline/Custom: | Baseline |
Field Name | Common Type | Database Type | Generic Field ID | Array Size | Default | Flags | Comment | Field Used in Views |
---|---|---|---|---|---|---|---|---|
create_date | CLK_TIME | datetime | The create date and time of the response | |||||
dev | LONG | int | 151 | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | ||
objid | LONG | int | 3 | DIRECT | Internal record number | Search (1) | ||
question | CHAR | varchar | 255 | Text of the question | Search (1) | |||
response | CHAR | varchar | 255 | Text of the response | Search (1) | |||
score | LONG | int | DIRECT | Numeric score of the response | Search (1) | |||
seq_num | LONG | int | DIRECT | Ordering of the response | Search (1) |
Relation | Type | Target Object | Inverse Relation | Comment | Flags | MTM Table | Used in Views |
---|---|---|---|---|---|---|---|
response2scr_run | MTO | scr_run | scr_run2scr_response | The parent script run that called the response | Search (1) | ||
first_scr2scr_run | MTO | scr_run | all2scr_response | Script run of the initial script in a set of script runs that called the response | Search (1) | ||
answ2scrqstn_rspns | MTO | scrqstn_rspns | answer2scr_response | The applicable predefined response for the answer | Search (1) |
Index Name | Fields | Flags |
---|
Index Name | Fields | Additional Information |
---|---|---|
ind_answ2scrqstn_rspns | answ2scrqstn_rspns | nonclustered located on PRIMARY |
ind_first_scr2scr_run_rspns | first_scr2scr_run | nonclustered located on PRIMARY |
ind_question | question | nonclustered located on PRIMARY |
ind_response | response | nonclustered located on PRIMARY |
ind_response2scr_run | response2scr_run | nonclustered located on PRIMARY |
objindex | objid | clustered, unique located on PRIMARY |
View ID | View Name | Tables |
---|---|---|
5216 | ccc_srun_v | scr_response, scr_run, scrqstn_rspns |
scr_response | |||