Søgning » TeamShare » Events
Tabel

Events


Beskrivelse ?

Contains all the events that has occured, based on system or user actions. Logs all actions performed.This is also the core in generating subscription e-mails and activity feeds, as well as provide a details history log. Please note that all tables also have an audit trail in separate table space for a full change by change log of all data.

Størrelse (Antal rækker) ?

6056975

Indhold (Kolonner/variable) ?

Navn Indhold
Active Defines if the row contains active data. Inactive means logically deleted.
ChangedBy The ID of the user who last edited this data. FK to HH.Users
ChangedOn The datetime this data was last edited
Createdby The ID of the user who first created this data. FK to HH.Users
CreatedOn The datetime this data was first created
EntityID The ID of the object this data belongs to.
EventId The ID of the event
EventTypeId The ID of the type of event. FK to HH.EventType
NativeText Text to display in the UI
ObjTypeId The type of object this data belongs to. See also HH.ObjType
Version The number of times the data was been changed. See the corresponding AUDIT table for full audit trail.