Class DBC.TicketLogActionFields
Fields for TicketLogAction, This table contains actions for the tickets.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TicketLogActionFields
Fields
CustomerId
TicketLogAction.CustomerId: The id of the customer this entry is connected to.
Declaration
public const string CustomerId = "customer_id"
Field Value
Type | Description |
---|---|
String |
Description
TicketLogAction.Description: Action description, only used by customer actions like ejscript
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Details
TicketLogAction.Details: Field for storing details of the log action as e.g. JSON
Declaration
public const string Details = "details"
Field Value
Type | Description |
---|---|
String |
LogAction
TicketLogAction.LogAction: An enum indicating what kind of log-entry this is.
Declaration
public const string LogAction = "log_action"
Field Value
Type | Description |
---|---|
String |
LogWhen
TicketLogAction.LogWhen: When the action occured.
Declaration
public const string LogWhen = "log_when"
Field Value
Type | Description |
---|---|
String |
MessageId
TicketLogAction.MessageId: If this entry is connected to a message, then this is a message change log entry.
Declaration
public const string MessageId = "message_id"
Field Value
Type | Description |
---|---|
String |
OrgTicketId
TicketLogAction.OrgTicketId: The id of the orignal ticket this entry was connected to.
Declaration
public const string OrgTicketId = "org_ticket_id"
Field Value
Type | Description |
---|---|
String |
TicketId
TicketLogAction.TicketId: The id of the ticket this entry is connected to.
Declaration
public const string TicketId = "ticket_id"
Field Value
Type | Description |
---|---|
String |
TicketLogActionId
TicketLogAction.TicketLogActionId: The primary key (auto-incremented)
Declaration
public const string TicketLogActionId = "id"
Field Value
Type | Description |
---|---|
String |
UserId
TicketLogAction.UserId: The id of the user this entry is connected to.
Declaration
public const string UserId = "user_id"
Field Value
Type | Description |
---|---|
String |