Show / Hide Table of Contents

Class DBC.TicketLogActionFields

Fields for TicketLogAction, This table contains actions for the tickets.

Inheritance
object
DBC.TicketLogActionFields
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 DBC.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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top