dbo.DialogTableGroupRight
Table permissions
TableType TUsage CONFIGURATIONRows 3804SizeMB 3.432
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_DialogGroup | varchar(38) | no | Permissions group | PKFKUID |
UID_DialogTable | varchar(38) | no | Table | PKFKUID |
CanSee | bit(1) | yes | Viewable | |
CanEdit | bit(1) | yes | Editable | |
CanInsert | bit(1) | yes | Insertable | |
CanDelete | bit(1) | yes | Deletable | |
SelectWhereClause | nvarchar(-1) | yes | Viewing condition | |
UpdateWhereClause | nvarchar(-1) | yes | Edit condition | |
InsertWhereClause | nvarchar(-1) | yes | Insert condition | |
DeleteWhereClause | nvarchar(-1) | yes | Deletion condition | |
XDateInserted | datetime(8) | yes | Created on | |
XDateUpdated | datetime(8) | yes | Modified on | |
XUserInserted | nvarchar(128) | yes | Created by | |
XUserUpdated | nvarchar(128) | yes | Modified by | |
XTouched | nchar(2) | yes | Processing status | |
XObjectKey | varchar(138) | no | Object key | |
XMarkedForDeletion | int(4) | yes | Marked for deletion | bitmask |
Relations
| FK | From | To |
|---|---|---|
| QBM_RFRL24 | DialogTableGroupRight.UID_DialogGroup | DialogGroup.UID_DialogGroup |
| QBM_RFRL25 | DialogTableGroupRight.UID_DialogTable | DialogTable.UID_DialogTable |
Triggers
GEN_T3A6E3D4FB98FFE7F443F00657 SQL_TRIGGER
GEN_T48EFF4AC4DC6F47C1EE3523B6 SQL_TRIGGER
GEN_T5892CCCF41C12409B6721B566 SQL_TRIGGER
GEN_T6357882E5C092D62CA7A08F6D SQL_TRIGGER
QBM_TDDialogTableGroupRight SQL_TRIGGER
QBM_TIDialogTableGroupRight SQL_TRIGGER
QBM_TUDialogTableGroupRight 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_PMissingDisplayRightFill | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TUDialogTableGroupRight | SQL expression dependency | OBJECT_OR_COLUMN |
| DialogGroup | referenced by foreign key from table | QBM_RFRL24: DialogTableGroupRight.UID_DialogGroup -> DialogGroup.UID_DialogGroup |
| DialogTable | referenced by foreign key from table | QBM_RFRL25: DialogTableGroupRight.UID_DialogTable -> DialogTable.UID_DialogTable |
| dbo.QBM_PMissingDisplayRightFill | source text reference | has TRY/CATCH error handling |
| dbo.QBM_TUDialogTableGroupRight | source text reference | inserts DBQueue tasks, uses session context values, has TRY/CATCH error handling |
| cs-common-customizer-vi-common-customizer-dialogtablegroupright.cs | decompiled C# reference | classes DialogTableGroupRight, _003C_003Ec__DisplayClass1_0; methods MoveNext, SetStateMachine, _003C_002Ector_003Eb__3, _003C_002Ector_003Eb__4, OnSavingAsync, _CheckWhereClauseAsync; references DialogTable, DialogTableGroupRight; markers reads entity values, references DB/Dialog objects |