Class DBC.TicketLogFields
Fields for TicketLog, This table contains log entries for the tickets.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TicketLogFields
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 |