K2BTLogEnt table

The K2BTLogEnt table is used by K2B Activity log? to store Activity Log entries. It has several fields as shown in the following table.

Attribute Description Notes
K2BT_LogEntryId Numeric autonumber
K2BT_LogEntryType Information, warning or error
K2BT_LogEntryDate Date and time of record insertion Value set by a Database default to avoid database server roundtrips
K2BT_LogEntryObjectName Object that generated the entry
K2BT_LogEntryUserCode User code of the active user at the time the entry is generated Retrieved from context (using K2BGetContext procedure) at the time the entry is generated
K2BT_LogEntryRequestAddress Address of the device that generated the request Retrieved from context (using K2BGetContext procedure) at the time the entry is generated
K2BT_LogEntryClass Entry classification K2B Activity log domain that can be expanded by the application developer. See K2BLogEntryClass domain.
K2BT_LogEntryText Entry content Structured or unstructured text. See Structured Activity Log entry and Unstructured Activity Log entry.