User scoreboard queries
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| sequence | integer | not null | The sequence value for this User_Query. |
| label | nvarchar(80) | not null | The label value for this User_Query. |
| obj_persid | nvarchar(60) | with null | Persistent ID (SystemObjectName:id) |
| query_set | integer | with null | The query set value for this User_Query. |
| query_type | integer | with null | The query type value for this User_Query. |
| query | nvarchar(30) | with null | The query value for this User_Query. |
| parent | integer | with null | The parent value for this User_Query. |
| factory | nvarchar(30) | with null | The factory value for this User_Query. |
| expanded | integer | with null | The expanded value for this User_Query. |
| 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