dbo.DialogProcessStep
Process steps
TableType TUsage HISTORYRows 0SizeMB 0
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_Job | varchar(38) | no | Process step | PKUID |
UID_Tree | varchar(38) | yes | Tree | FKUID |
ProcessTask | nvarchar(510) | yes | Process task | |
ProcessState | nchar(2) | yes | Process status | limited |
ProcessStateAddOn | nvarchar(64) | yes | Additional process status | |
ProcessInfoLevel | int(4) | yes | Process info-level | |
XDateInserted | datetime(8) | yes | Created on | |
XDateUpdated | datetime(8) | yes | Modified on | |
XUserInserted | nvarchar(128) | yes | Created by | |
XUserUpdated | nvarchar(128) | yes | Modified by | |
UID_ParentJob | varchar(38) | yes | Parent process step | FKUID |
XTouched | nchar(2) | yes | Processing status | |
DisplayName | nvarchar(2048) | yes | Display name |
Relations
| FK | From | To |
|---|---|---|
| No FK rows in snapshot. | ||
Triggers
GEN_T2D80D672CCE610586B4712429 SQL_TRIGGER
Referenced by / reverse relations
Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.
| Referencing object | Relation | Evidence |
|---|---|---|
| dbo.QBM_ZProcessChainStateUpdate | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TDDialogProcessChain | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_ZProcessChainStateUpdate | source text reference | inserts DBQueue tasks, has TRY/CATCH error handling |
| dbo.QBM_TDDialogProcessChain | source text reference | has TRY/CATCH error handling |
| cs-common-customizer-vi-common-customizer-dialogtable.cs | decompiled C# reference | classes DialogTable, _003C_003Ec__DisplayClass4_0; methods _003C_ConfigureColumns_003Eb__0, MoveNext, SetStateMachine, OnSavingAsync, _ConfigureColumns, OnSavedAsync; references DialogCalendar, DialogColumn, DialogDBQueue, DialogMultiLanguage, DialogNotification, DialogProcess; markers reads entity values, references DB/Dialog objects, Job/process related markers |