1CaseQueueDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
Code | string | Nej | |
Name | string | Nej | |
NameTagId | int | Ja | |
Description | string | Ja | |
DescriptionTagId | int | Ja | |
IsActive | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
2CaseQueueItemDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
CaseQueueId | int | Nej | FK -> CaseQueue |
IsActive | bool | Nej | |
ReasonCode | string | Ja | |
RemovedOn | DateTime | Ja | |
RemovedById | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
3CasePriorityDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
Code | string | Nej | |
Name | string | Nej | |
NameTagId | int | Ja | |
SortOrder | int | Nej | |
SeverityLevel | int | Nej | |
IsActive | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
4CaseTypeDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
Code | string | Nej | |
Name | string | Nej | |
NameTagId | int | Ja | |
Description | string | Ja | |
DescriptionTagId | int | Ja | |
DefaultCaseQueueId | int | Ja | FK -> CaseQueue |
DefaultAssigneeUserId | string | Ja | |
DefaultCasePriorityId | int | Ja | FK -> CasePriority |
AutoAssignMode | string | Nej | |
IsActive | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
5CaseClassificationNodeDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
ParentId | int | Ja | FK -> CaseClassificationNode |
CaseTypeId | int | Ja | FK -> CaseType |
Code | string | Nej | |
Name | string | Nej | |
NameTagId | int | Ja | |
NodeType | string | Ja | |
SortOrder | int | Nej | |
IsSelectable | bool | Nej | |
IsActive | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
6CaseTypeStatusDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeId | int | Nej | FK -> CaseType |
Code | string | Nej | |
Name | string | Nej | |
NameTagId | int | Ja | |
Category | string | Ja | |
SortOrder | int | Nej | |
IsInitial | bool | Nej | |
IsTerminal | bool | Nej | |
ShowInProgressBar | bool | Nej | |
ProgressSortOrder | int | Ja | |
IsVisibleToInternal | bool | Nej | |
IsVisibleToExternal | bool | Nej | |
IsActive | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
7CaseTypeStatusTransitionDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeId | int | Nej | FK -> CaseType |
FromCaseTypeStatusId | int | Nej | FK -> CaseTypeStatus |
ToCaseTypeStatusId | int | Nej | FK -> CaseTypeStatus |
SortOrder | int | Nej | |
IsActive | bool | Nej | |
RequiresComment | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
8CaseDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseNumber | string | Ja | |
CaseTypeId | int | Nej | FK -> CaseType |
ClassificationNodeId | int | Nej | FK -> CaseClassificationNode |
CaseTypeStatusId | int | Nej | FK -> CaseTypeStatus |
CasePriorityId | int | Nej | FK -> CasePriority |
CurrentAssigneeUserId | string | Ja | |
Title | string | Nej | |
Description | string | Ja | |
SubmittedOn | DateTime | Ja | |
AssignedOn | DateTime | Ja | |
StatusChangedOn | DateTime | Ja | |
LastHandledOn | DateTime | Ja | |
DueOn | DateTime | Ja | |
ClosedOn | DateTime | Ja | |
RowVersion | byte[] | Nej | RowVersion |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
9CaseAssignmentHistoryDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
ChangeType | string | Nej | |
PreviousCaseQueueId | int | Ja | FK -> CaseQueue |
PreviousAssigneeUserId | string | Ja | |
NewCaseQueueId | int | Ja | FK -> CaseQueue |
NewAssigneeUserId | string | Ja | |
Comment | string | Ja | |
ChangedOn | DateTime | Nej | |
ChangedById | string | Ja | |
IsSystemGenerated | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
10CaseTypeComponentDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeId | int | Nej | FK -> CaseType |
ComponentType | string | Nej | |
Code | string | Nej | |
Title | string | Nej | |
TitleTagId | int | Ja | |
SortOrder | int | Nej | |
IsRequired | bool | Nej | |
IsActive | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
11CaseFieldDefinitionDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
Code | string | Nej | |
Name | string | Nej | |
NameTagId | int | Ja | |
DataType | string | Nej | |
Description | string | Ja | |
DescriptionTagId | int | Ja | |
SettingsJson | string | Ja | |
IsActive | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
12CaseTypeFieldDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeComponentId | int | Nej | FK -> CaseTypeComponent |
CaseFieldDefinitionId | int | Nej | FK -> CaseFieldDefinition |
SortOrder | int | Nej | |
SectionCode | string | Ja | |
LabelOverride | string | Ja | |
LabelOverrideTagId | int | Ja | |
IsRequired | bool | Nej | |
IsVisible | bool | Nej | |
IsEditable | bool | Nej | |
IsReadOnlyAfterSubmit | bool | Nej | |
DefaultValueJson | string | Ja | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
13CaseFieldValueDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
CaseTypeFieldId | int | Nej | FK -> CaseTypeField |
ValueString | string | Ja | |
ValueInt | int | Ja | |
ValueDecimal | decimal | Ja | |
ValueBit | bool | Ja | |
ValueDateTime | DateTime | Ja | |
ValueJson | string | Ja | |
RowVersion | byte[] | Nej | RowVersion |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
14CaseTableDefinitionDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeComponentId | int | Nej | FK -> CaseTypeComponent |
Code | string | Nej | |
Title | string | Nej | |
TitleTagId | int | Ja | |
RowLabel | string | Ja | |
RowLabelTagId | int | Ja | |
AllowManualRows | bool | Nej | |
AllowSelection | bool | Nej | |
AllowRowComments | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
15CaseTableColumnDefinitionDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTableDefinitionId | int | Nej | FK -> CaseTableDefinition |
Code | string | Nej | |
Title | string | Nej | |
TitleTagId | int | Ja | |
DataType | string | Nej | |
SortOrder | int | Nej | |
IsRequired | bool | Nej | |
IsEditable | bool | Nej | |
IsVisible | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
16CaseTableRowDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
CaseTableDefinitionId | int | Nej | FK -> CaseTableDefinition |
RowNo | int | Nej | |
SortOrder | int | Nej | |
IsSelected | bool | Nej | |
SourceReference | string | Ja | |
RowJson | string | Ja | |
RowVersion | byte[] | Nej | RowVersion |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
17CaseTableCellDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTableRowId | int | Nej | FK -> CaseTableRow |
CaseTableColumnDefinitionId | int | Nej | FK -> CaseTableColumnDefinition |
ValueString | string | Ja | |
ValueInt | int | Ja | |
ValueDecimal | decimal | Ja | |
ValueBit | bool | Ja | |
ValueDateTime | DateTime | Ja | |
ValueJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
18CaseParticipantDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
ParticipantType | string | Nej | |
InternalUserId | string | Ja | |
ExternalReference | string | Ja | |
DisplayName | string | Ja | |
DisplayNameTagId | int | Ja | |
RoleCode | string | Nej | |
AccessLevel | string | Nej | |
IsActive | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
19CaseDiscussionMessageDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
AuthorCaseParticipantId | int | Nej | FK -> CaseParticipant |
MessageType | string | Nej | |
Body | string | Nej | |
ReplyToCaseDiscussionMessageId | int | Ja | FK -> CaseDiscussionMessage |
EditedOn | DateTime | Ja | |
IsSystemGenerated | bool | Nej | |
SettingsJson | string | Ja | |
RowVersion | byte[] | Nej | RowVersion |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
20CaseConversationThreadDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
ThreadType | string | Nej | |
Title | string | Ja | |
TitleTagId | int | Ja | |
CreatedByCaseParticipantId | int | Ja | FK -> CaseParticipant |
IsClosed | bool | Nej | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
21CaseConversationParticipantDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseConversationThreadId | int | Nej | FK -> CaseConversationThread |
CaseParticipantId | int | Nej | FK -> CaseParticipant |
RoleCode | string | Nej | |
AccessLevel | string | Nej | |
IsActive | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
22CaseConversationMessageDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseConversationThreadId | int | Nej | FK -> CaseConversationThread |
AuthorCaseParticipantId | int | Nej | FK -> CaseParticipant |
Direction | string | Nej | |
Subject | string | Ja | |
Body | string | Nej | |
ExternalMessageReference | string | Ja | |
SettingsJson | string | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
23CaseAttachmentDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
CaseDiscussionMessageId | int | Ja | FK -> CaseDiscussionMessage |
CaseConversationMessageId | int | Ja | FK -> CaseConversationMessage |
FileName | string | Nej | |
ContentType | string | Nej | |
FileSizeBytes | long | Nej | |
StoragePath | string | Nej | |
Checksum | string | Ja | |
UploadedById | string | Ja | |
IsInternalOnly | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
24CaseTimelineEventDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
EventType | string | Nej | |
Title | string | Ja | |
TitleTagId | int | Ja | |
Summary | string | Ja | |
SummaryTagId | int | Ja | |
DataJson | string | Ja | |
PerformedById | string | Ja | |
OccurredOn | DateTime | Nej | |
IsSystemGenerated | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
25CaseTypeEventTriggerDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeId | int | Nej | FK -> CaseType |
EventCode | string | Nej | |
SortOrder | int | Nej | |
ConditionJson | string | Ja | |
IsActive | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
26CaseEventTriggerActionDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeEventTriggerId | int | Nej | FK -> CaseTypeEventTrigger |
ActionType | string | Nej | |
SortOrder | int | Nej | |
ActionConfigJson | string | Ja | |
IsActive | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
27CaseEscalationRuleDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseTypeId | int | Nej | FK -> CaseType |
AppliesFromCaseTypeStatusId | int | Ja | FK -> CaseTypeStatus |
Name | string | Nej | |
NameTagId | int | Ja | |
Description | string | Ja | |
DescriptionTagId | int | Ja | |
TriggerAfterMinutes | int | Nej | |
TimeAnchor | string | Nej | |
ResetOnHandled | bool | Nej | |
TargetType | string | Nej | |
TargetCaseQueueId | int | Ja | FK -> CaseQueue |
TargetUserId | string | Ja | |
ActionJson | string | Ja | |
SortOrder | int | Nej | |
IsActive | bool | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
28CaseEscalationExecutionDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Nej | FK -> Case |
CaseEscalationRuleId | int | Nej | FK -> CaseEscalationRule |
Outcome | string | Nej | |
Message | string | Ja | |
ExecutedOn | DateTime | Nej | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
29CaseOutboxMessageDiagram
| Kolumn | Typ | Nullable | Definition |
|---|
Id | int | Nej | PK, Identity |
UID | Guid | Nej | Computed |
CaseId | int | Ja | FK -> Case |
MessageType | string | Nej | |
PayloadJson | string | Nej | |
OccurredOn | DateTime | Nej | |
ProcessedOn | DateTime | Ja | |
AttemptCount | int | Nej | |
LastError | string | Ja | |
LockId | Guid | Ja | |
IsDeleted | bool | Nej | |
CreatedOn | DateTime | Nej | |
CreatedById | string | Ja | |
ModifiedOn | DateTime | Nej | |
ModifiedById | string | Ja | |
DeletedOn | DateTime | Ja | |
DeletedById | string | Ja | |
Inga tabeller matchade sökningen.