Class DBC.TicketTypeFields
Fields for TicketType, Contains ticket types, used to drive processing logic together with ticket relations
Inherited Members
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 |