Class DBC.TicketRelationTypeFields
Fields for TicketRelationType, Contains ticket relation types, used to drive processing logic together with ticket relations
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TicketRelationTypeFields
Fields
Name
TicketRelationType.Name: Multi-language name, shown in the administrative GUI
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Rank
TicketRelationType.Rank: Display sort sequence for default sort order
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
TicketRelationType.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
TicketRelationType.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SourceLabel
TicketRelationType.SourceLabel: Multi-language name of relation when viewed from source ('caused by')
Declaration
public const string SourceLabel = "source_label"
Field Value
Type | Description |
---|---|
String |
SourceType
TicketRelationType.SourceType: Type of ticket that can be used as source for this type of relation
Declaration
public const string SourceType = "source_type"
Field Value
Type | Description |
---|---|
String |
TargetLabel
TicketRelationType.TargetLabel: Multi-language name of relation when viewed from target ('causes')
Declaration
public const string TargetLabel = "target_label"
Field Value
Type | Description |
---|---|
String |
TargetType
TicketRelationType.TargetType: Type of ticket that can be used as target for this type of relation
Declaration
public const string TargetType = "target_type"
Field Value
Type | Description |
---|---|
String |
TicketRelationTypeId
TicketRelationType.TicketRelationTypeId: Primary key
Declaration
public const string TicketRelationTypeId = "id"
Field Value
Type | Description |
---|---|
String |
Updated
TicketRelationType.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
TicketRelationType.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
TicketRelationType.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |