Activity Type Associations. Maps a field of an object we want to do activity logging for to an Activity Type (i.e. Assignee field on a request is mapped to 'Transfer' Act_Type All _rsrved fields are reserved for CA NOT FOR CLIENT USE
| 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) |
| sym | nvarchar(30) | not null | The sym value for this Act_Type_Assoc. |
| code | nvarchar(12) | not null | The code value for this Act_Type_Assoc. |
| description | nvarchar(80) | with null | Textual description of this Act Type Association |
| ob_type | nvarchar(30) | with null | Object we're concerned with (request, chg, etc.) |
| ob_type_attr | nvarchar(50) | with null | Attr of the ob_type we're mapping |
| act_type | nvarchar(30) | with null | Act_Type we're mapping to |
| log_me_f | integer | with null | Logging onoff flag |
| str1_rsrved | nvarchar(30) | with null | Flex fields - reserved for CA - do not use. |
| str2_rsrved | nvarchar(30) | with null | Flex field |
| str3_rsrved | nvarchar(30) | with null | Flex field |
| int1_rsrved | integer | with null | Flex field |
| int2_rsrved | integer | with null | Flex field |
| int3_rsrved | integer | with null | Flex field |
| 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