Class DBC.TicketRelationDefFields
Fields for TicketRelationDef, Ticket relation definition
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TicketRelationDefFields
Fields
Description
TicketRelationDef.Description: Tooltip or other description
Declaration
public const string Description = "description"
Field Value
| Type | Description |
|---|---|
| string |
IsBuiltIn
TicketRelationDef.IsBuiltIn: Is this row part of SuperOffice priming data
Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
| Type | Description |
|---|---|
| string |
IsCloseParentWithChild
TicketRelationDef.IsCloseParentWithChild: Close parent when all children are closed
Declaration
public const string IsCloseParentWithChild = "is_close_parent_with_child"
Field Value
| Type | Description |
|---|---|
| string |
IsCloseWithParent
TicketRelationDef.IsCloseWithParent: Offer to close all related when parent is closed
Declaration
public const string IsCloseWithParent = "is_close_with_parent"
Field Value
| Type | Description |
|---|---|
| string |
IsParentMandatory
TicketRelationDef.IsParentMandatory: Parent relation is mandatory when a new request is created
Declaration
public const string IsParentMandatory = "is_parent_mandatory"
Field Value
| Type | Description |
|---|---|
| string |
IsPreventClosingParent
TicketRelationDef.IsPreventClosingParent: Prevent closing parent until all children are closed
Declaration
public const string IsPreventClosingParent = "is_prevent_closing_parent"
Field Value
| Type | Description |
|---|---|
| string |
Name
TicketRelationDef.Name: The name of this Ticket relation
Declaration
public const string Name = "name"
Field Value
| Type | Description |
|---|---|
| string |
Rank
TicketRelationDef.Rank: Rank order
Declaration
public const string Rank = "rank"
Field Value
| Type | Description |
|---|---|
| string |
Registered
TicketRelationDef.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
| Type | Description |
|---|---|
| string |
RegisteredAssociateId
TicketRelationDef.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
RelationType
TicketRelationDef.RelationType: Type of the relation (Related, Parent, Child)
Declaration
public const string RelationType = "relation_type"
Field Value
| Type | Description |
|---|---|
| string |
TicketRelationDefId
TicketRelationDef.TicketRelationDefId: Primary key
Declaration
public const string TicketRelationDefId = "ticket_relation_def_id"
Field Value
| Type | Description |
|---|---|
| string |
Updated
TicketRelationDef.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedAssociateId
TicketRelationDef.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedCount
TicketRelationDef.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
| Type | Description |
|---|---|
| string |