dbo.DialogConfigParmOption
Configuration parameter options
TableType TUsage CONFIGURATIONRows 538SizeMB 0.448
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_DialogConfigParmOption | varchar(38) | no | Configuration parameter option | PKUID |
UID_ConfigParm | varchar(38) | no | Configuration parameter | FKUID |
OptionValue | nvarchar(2048) | yes | Value | |
Description | nvarchar(510) | yes | Description | |
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 | |
PreProcessorString | nvarchar(128) | yes | Preprocessor expression | |
XObjectKey | varchar(138) | no | Object key | |
XMarkedForDeletion | int(4) | yes | Marked for deletion | bitmask |
Relations
| FK | From | To |
|---|---|---|
| QBM_RFRL92 | DialogConfigParmOption.UID_ConfigParm | DialogConfigParm.UID_ConfigParm |
Triggers
GEN_T2E9F70DB1CE32D627EDF9F735 SQL_TRIGGER
GEN_T3FE856B644D6E243BFF142BC7 SQL_TRIGGER
QBM_TDDialogConfigParmOption SQL_TRIGGER
QBM_TIDialogConfigParmOption SQL_TRIGGER
QBM_TUDialogConfigParmOption 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_ZPrepropGenerateFunction | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TUDialogConfigParmOption | SQL expression dependency | OBJECT_OR_COLUMN |
| DialogConfigParm | referenced by foreign key from table | QBM_RFRL92: DialogConfigParmOption.UID_ConfigParm -> DialogConfigParm.UID_ConfigParm |
| dbo.QBM_ZPrepropGenerateFunction | source text reference | inserts DBQueue tasks, has TRY/CATCH error handling |
| dbo.QBM_TUDialogConfigParmOption | source text reference | inserts DBQueue tasks, uses session context values, has TRY/CATCH error handling |