Show / Hide Table of Contents

Class DBC.TicketLogFields

Fields for TicketLog, This table contains log entries for the tickets.

Inheritance
Object
DBC.TicketLogFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TicketLogFields : Object

Fields

LogCode

TicketLog.LogCode: An enum indicating what kind of log-entry this is.

Declaration
public const string LogCode = "log_code"
Field Value
Type Description
String

LogDescription

TicketLog.LogDescription: A string describing the event (or part of such) to be logged.

Declaration
public const string LogDescription = "log_description"
Field Value
Type Description
String

LogWhatValue2

TicketLog.LogWhatValue2: A reference to various tables, depending on the log_code.

Declaration
public const string LogWhatValue2 = "log_what_value2"
Field Value
Type Description
String

LogWhen

TicketLog.LogWhen: When the action occured.

Declaration
public const string LogWhen = "log_when"
Field Value
Type Description
String

LogWho

TicketLog.LogWho: The username/alias of the user performing the action.

Declaration
public const string LogWho = "log_who"
Field Value
Type Description
String

TicketId

TicketLog.TicketId: The id of the ticket this entry is connected to.

Declaration
public const string TicketId = "ticket_id"
Field Value
Type Description
String

TicketLogId

TicketLog.TicketLogId: The primary key (auto-incremented)

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