Customer Survey Answer Template.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| atbl_id | integer | not null | Unique (to the table) Numeric ID |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| txt | nvarchar(400) | with null | question text |
| sequence | integer | not null | Display order |
| own_srvy_question | integer | with null | Unique (to the table) Numeric ID |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the UUID of the contact who last modified this record |
Product Name: Unicenter Service Desk
Table Type: Table