Show / Hide Table of Contents

Class DBC.EjCategoryFields

Fields for EjCategory, This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner.

Inheritance
object
DBC.EjCategoryFields
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.EjCategoryFields

Fields

AssignmentLag

EjCategory.AssignmentLag: Number of minutes we shall override the assignment if a customer sends consecutive messages to this category

Declaration
public const string AssignmentLag = "assignment_lag"
Field Value
Type Description
string

CategoryMaster

EjCategory.CategoryMaster: The user associated with this category.

Declaration
public const string CategoryMaster = "category_master"
Field Value
Type Description
string

ClosingStatus

EjCategory.ClosingStatus: Default status for new tickets, if 0 then there is a fallback to a user-dependent value

Declaration
public const string ClosingStatus = "closing_status"
Field Value
Type Description
string

DelegateCounter

EjCategory.DelegateCounter: A delegate counter, incremented by 1 for every delegation

Declaration
public const string DelegateCounter = "delegate_counter"
Field Value
Type Description
string

DelegateMethod

EjCategory.DelegateMethod: An integer indicating the delegation method for this category.

Declaration
public const string DelegateMethod = "delegate_method"
Field Value
Type Description
string

EjCategoryId

EjCategory.EjCategoryId: The primary key (auto-incremented)

Declaration
public const string EjCategoryId = "id"
Field Value
Type Description
string

ExternalName

EjCategory.ExternalName: The external name for this category, used for the customer frontend.

Declaration
public const string ExternalName = "external_name"
Field Value
Type Description
string

Flags

EjCategory.Flags: A bitmask representing flags for this category.

Declaration
public const string Flags = "flags"
Field Value
Type Description
string

Fullname

EjCategory.Fullname: The fullname (compiled from parents' names) for this category. E.g. 'norway/product A/support'.

Declaration
public const string Fullname = "fullname"
Field Value
Type Description
string

MsgClosingStatus

EjCategory.MsgClosingStatus: Default status for new messages, if 0 then there is a fallback to a user-dependent value

Declaration
public const string MsgClosingStatus = "msg_closing_status"
Field Value
Type Description
string

Name

EjCategory.Name: The (short) name of this category. E.g. 'support'.

Declaration
public const string Name = "name"
Field Value
Type Description
string

NotificationEmail

EjCategory.NotificationEmail: Comma separated list of addresses to notify when requests are redelegated to (unassigned) in this category.

Declaration
public const string NotificationEmail = "notification_email"
Field Value
Type Description
string

ParentId

EjCategory.ParentId: The parent category for this category. -1 if this is a toplevel category.

Declaration
public const string ParentId = "parent_id"
Field Value
Type Description
string

ReplyTemplate

EjCategory.ReplyTemplate: Reply template to merge with messages posted in this category

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