Show / Hide Table of Contents

Class DBC.LogEventsFields

Fields for LogEvents, System log

Inheritance
Object
DBC.LogEventsFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class LogEventsFields

Fields

EventGroup

LogEvents.EventGroup: See NewLog::EventGroup

Declaration
public const string EventGroup = "event_group"
Field Value
Type Description
String

EventId

LogEvents.EventId: See NewLog::EventId

Declaration
public const string EventId = "event_id"
Field Value
Type Description
String

EventType

LogEvents.EventType: Notification=1, warning=2, error=3, critical error=4

Declaration
public const string EventType = "event_type"
Field Value
Type Description
String

LogEventsId

LogEvents.LogEventsId: Primary key

Declaration
public const string LogEventsId = "id"
Field Value
Type Description
String

SourceUser

LogEvents.SourceUser: The user generating the event. 1=system, other=ejuser.id

Declaration
public const string SourceUser = "source_user"
Field Value
Type Description
String

SourceUserDesc

LogEvents.SourceUserDesc: Describing the id in source_user. eg user name or customer name or (System)

Declaration
public const string SourceUserDesc = "source_user_desc"
Field Value
Type Description
String

TargetId

LogEvents.TargetId: The id of the target entity (ticket.id, customer.id etc)

Declaration
public const string TargetId = "target_id"
Field Value
Type Description
String

TimeOfEvent

LogEvents.TimeOfEvent: When did the event take place

Declaration
public const string TimeOfEvent = "time_of_event"
Field Value
Type Description
String

Var1

LogEvents.Var1: Dynamic info

Declaration
public const string Var1 = "var1"
Field Value
Type Description
String

Var2

LogEvents.Var2: Dynamic info

Declaration
public const string Var2 = "var2"
Field Value
Type Description
String

Var3

LogEvents.Var3: Dynamic info

Declaration
public const string Var3 = "var3"
Field Value
Type Description
String

Var4

LogEvents.Var4: Dynamic info

Declaration
public const string Var4 = "var4"
Field Value
Type Description
String

Var5

LogEvents.Var5: Dynamic info

Declaration
public const string Var5 = "var5"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top