Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkRuleBlockID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each rule error block configuration |
|
| RuleErrorId | varchar | 10 | √ | null |
|
|
Rule error reference - Links to RuleError table for the associated business rule |
|
| errMsg | varchar | 300 | √ | null |
|
|
Error message - Specific error message displayed when the rule is violated |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_RuleErrorBlock | Primary key | Asc | pkRuleBlockID |
