RuleErrorBlock


Description

Rule error blocking configurations managing error messages and blocking conditions for business rule violations. This table defines specific error messages and blocking behaviors when business rules are violated, supporting automated error handling, user notifications, and workflow blocking for compliance and data quality enforcement.

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

Relationships