Change manager tables Change_Act_Log is a history of activities associated with a change request. The types of activities are listed in the Act_Type table.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
action_desc |
nvarchar(4000) |
|
Shows the text description of the activity log entry. |
|
analyst |
byte(16) |
ca_contact:: |
Foreign key to the contact_uuid field of the ca_contact table. This is the Analyst who created this activity log. |
|
change_id |
INTEGER |
chg id |
Foreign key to the id field of the chg table to which the activity log belongs. This is a Change Order. |
|
description |
nvarchar(4000) |
|
Textual description of this activity log |
|
id |
INTEGER |
|
Unique numeric ID that is the Primary key of this table. |
|
internal |
INTEGER |
|
Marks this as 'Internal' log. |
|
knowledge_ |
nvarchar(80) |
|
The knowledge session value for this Change_Act_Log. |
|
knowledge_tool |
nvarchar(12) |
|
The knowledge tool value for this Change_Act_Log. |
|
last_mod_dt |
INTEGER |
|
Specifies the date of when this record was last modified. |
|
persid |
nvarchar(30) |
|
Persistent ID (SystemObjectName:id). |
|
system_time |
INTEGER |
|
Specifies the date and time of record creation. |
|
time_spent |
INTEGER |
|
Specifies the time spent by the user on the activity. |
|
time_stamp |
INTEGER |
|
Specifies the date and time time of activity by the user. |
|
type |
nvarchar(12) |
Act_Type:: |
Identifies the Activity log type. |
|
Copyright © 2013 CA.
All rights reserved.
|
|