Show / Hide Table of Contents

Class DBC.SystemEventFields

Fields for SystemEvent, System events, such as freetext rebuild, SAINT rebuild and such. Makes broadcasts to keep its siblings and clients updated.

Inheritance
Object
DBC.SystemEventFields
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 SystemEventFields

Fields

Eta

SystemEvent.Eta: Estimated Time of Arrival, i.e., when will this event finish?

Declaration
public const string Eta = "eta"
Field Value
Type Description
String

Eventkey

SystemEvent.Eventkey: Event key, predefined in code

Declaration
public const string Eventkey = "eventkey"
Field Value
Type Description
String

Eventmess

SystemEvent.Eventmess: Message to be shown, entered by administrator

Declaration
public const string Eventmess = "eventmess"
Field Value
Type Description
String

ExtraInfo

SystemEvent.ExtraInfo: Extra information (area id for prototype rebuild, etc)

Declaration
public const string ExtraInfo = "extraInfo"
Field Value
Type Description
String

Owner

SystemEvent.Owner: 0, 0, group_id, assoc id (see over)

Declaration
public const string Owner = "owner"
Field Value
Type Description
String

Registered

SystemEvent.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

SystemEvent.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Scope

SystemEvent.Scope: 1 = system-wide, 2= database, 3 = group, 4 = user

Declaration
public const string Scope = "scope"
Field Value
Type Description
String

SystemEventId

SystemEvent.SystemEventId: Primary key

Declaration
public const string SystemEventId = "SystemEvent_id"
Field Value
Type Description
String

Updated

SystemEvent.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

SystemEvent.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

SystemEvent.UpdatedCount: Number of updates made to this record

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