Customer Survey Statistics
| 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) |
| tplid | integer | with null | Unique (to the table) Numeric ID |
| cycle | integer | with null | Submission cycle |
| cyc_counter | integer | with null | Cycle counter, to be compared against cycle |
| eval_counter | integer | with null | Times called to evaluate for notif submission |
| sub_counter | integer | with null | Number of times notification submission was approved |
Product Name: Unicenter Service Desk
Table Type: Table