Customer Survey.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Primary key of this table |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| description | nvarchar(400) | with null | Textual description for this survey |
| sym | nvarchar(12) | with null | Symbolic name of the survey |
| include_comment | integer | not null | 0 no comment allowed |
| comment_label | nvarchar(80) | with null | The comment label value for this Survey. |
| nx_comment | nvarchar(200) | with null | The comment value for this Survey. |
| conclude_text | nvarchar(400) | with null | Text to display after survey completed |
| object_type | nvarchar(10) | with null | Object type for this survey, ie CR, CHG, etc |
| object_id | integer | with null | Id of object for this survey |
| 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