Class DBC.TicketRelDefTicketTypeFields
Fields for TicketRelDefTicketType, Link table defining what Ticket types are involved in this relation. Will have M:N rows for a single relation definition
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TicketRelDefTicketTypeFields
Fields
DestinationTicketTypeId
TicketRelDefTicketType.DestinationTicketTypeId: Ticket type
Declaration
public const string DestinationTicketTypeId = "destination_ticket_type_id"
Field Value
| Type | Description |
|---|---|
| string |
SourceTicketTypeId
TicketRelDefTicketType.SourceTicketTypeId: Ticket type
Declaration
public const string SourceTicketTypeId = "source_ticket_type_id"
Field Value
| Type | Description |
|---|---|
| string |
TicketRelDefTicketTypeId
TicketRelDefTicketType.TicketRelDefTicketTypeId: Primary key
Declaration
public const string TicketRelDefTicketTypeId = "ticket_rel_def_ticket_type_id"
Field Value
| Type | Description |
|---|---|
| string |
TicketRelationDefId
TicketRelDefTicketType.TicketRelationDefId: Ticket relation definition
Declaration
public const string TicketRelationDefId = "ticket_relation_def_id"
Field Value
| Type | Description |
|---|---|
| string |