CaseRuleInValue


Description

Case rule value associations that link business rules to specific values or parameters, enabling dynamic rule configuration and value-based rule execution.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CaseRuleValueID Unknown 0 null

Primary key - CaseRuleInValue unique identifier for each rule-value association

pkCRVID int identity 4 null

Primary key - CaseRuleInValue unique identifier for each record

fkCaseRuleID int 4 null
CaseRule.pkCaseRuleID FK_CaseRuleInValue_CaseRule R

Case rule reference - Reference to the business rule

fkCaseRuleValID int 4 null
CaseRuleValues.pkCaseRuleValID FK_CaseRuleInValue_CaseRuleValues R

Foreign key reference - Reference to CaseRuleVal table for data relationships

fkValueID Unknown 0 null

Value reference - Reference to the associated value or parameter

ValueType Unknown 0 null

Value type - Type of value (Constant, Variable, Lookup, etc.)

Indexes

Constraint Name Type Sort Column(s)
PK_CaseRuleInValue Primary key Asc pkCRVID

Relationships