Response text used to simplify data entry when using the Unicentser Service Desk applications
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| sym | nvarchar(50) | not null | Symbol |
| response | nvarchar(1000) | with null | Response text |
| response_owner | byte(16) | with null | Response owner |
| 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 |
| cr_flag | integer | with null | The cr flag value for this Response. |
| in_flag | integer | with null | The in flag value for this Response. |
| pr_flag | integer | with null | The pr flag value for this Response. |
| chg_flag | integer | with null | The chg flag value for this Response. |
| iss_flag | integer | with null | The iss flag value for this Response. |
Product Name: Unicenter Service Desk
Table Type: Table