Activity Log

The Activity Log table lists and stores all the activity or behavior of the application. The fields for the Activity Log table are:

Table Name: ActivityLog

Column Name

Data Type

Valid Values

Allow Nulls

Description

PK_ActivityId

int identity

No

RequestTime

datetime

(getutcdate())

No

ResponseTime

datetime

(getutcdate())

No

ProcessTime

bigint

((0))

No

ActivityDetails

text

Yes

Last updated

Was this helpful?