Show / Hide Table of Contents

Class DBC.TicketTypeFields

Fields for TicketType, Contains ticket types, used to drive processing logic together with ticket relations

Inheritance
Object
DBC.TicketTypeFields
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 TicketTypeFields

Fields

Description

TicketType.Description: Multi-language description

Declaration
public const string Description = "description"
Field Value
Type Description
String

Flags

TicketType.Flags: Extra information bits

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

IconUrl

TicketType.IconUrl: URL to icon file

Declaration
public const string IconUrl = "icon_url"
Field Value
Type Description
String

Name

TicketType.Name: Multi-language singular name

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

NamePlural

TicketType.NamePlural: Multi-language plural name

Declaration
public const string NamePlural = "name_plural"
Field Value
Type Description
String

Rank

TicketType.Rank: Display sort sequence for default sort order

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

TicketType.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

TicketType.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

ShowInNavigator

TicketType.ShowInNavigator: If true, then this type should be shown directly in the Navigator for quick access

Declaration
public const string ShowInNavigator = "show_in_navigator"
Field Value
Type Description
String

TicketTypeId

TicketType.TicketTypeId: Primary key

Declaration
public const string TicketTypeId = "id"
Field Value
Type Description
String

Updated

TicketType.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

TicketType.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

TicketType.UpdatedCount: Number of updates made to this record

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