SLA_Contract_Map Table - maps a service type to a reference object; used by Service_Contract objects
| 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) |
| map_persid | nvarchar(60) | not null | The map persid value for this SLA_Contract_Map. |
| map_contract | integer | not null | The map contract value for this SLA_Contract_Map. |
| map_sdsc | nvarchar(30) | with null | The map sdsc value for this SLA_Contract_Map. |
| 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