Customer Survey Template.
| 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 template |
| sym | nvarchar(12) | not null | Symbolic name of the survey template |
| include_comment | integer | not null | 0 no comment allowed |
| comment_label | nvarchar(80) | with null | The comment label value for this Survey_Template. |
| conclude_text | nvarchar(400) | with null | Text to display after survey completed |
| 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 |
| submit_cycle | integer | with null | Send survey every nth time |
| cycle_counter | integer | with null | Keep a running count for submit cycle |
| tracking_flag | integer | with null | Track responses |
Product Name: Unicenter Service Desk
Table Type: Table