Propertyvalue pairs for a Request
| 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) |
| sequence | integer | not null | The sequence value for this Request property. |
| label | nvarchar(80) | not null | The label value for this Request property |
| description | nvarchar(240) | with null | Textual description of this property |
| value | nvarchar(240) | with null | Value of the property |
| required | integer | not null | 0 = not req, 1 = required |
| sample | nvarchar(240) | with null | The sample value for this Request_Property. |
| owning_cr | nvarchar(30) | not null | Persistent ID (SystemObjectName:id) |
| 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