ISCRules


Description

ISC business rules that define specialized business rules and validation logic for ISC (Integrated Service Coordination) processes and workflows.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
iscID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

iscUnitsAuthorized int 4 null

Boolean flag - Indicates whether specific condition or feature is enabled/active

iscDays int 4 null

Boolean flag - Indicates whether specific condition or feature is enabled/active

DateEffective datetime 16,3 null

Date/time field - Date and time when effective occurred or was recorded

DateInactive datetime 16,3 null

Date/time field - Date and time when inactive occurred or was recorded

EffectiveDate Unknown 0 null

Effective date - Date when the rule becomes active

IsActive Unknown 0 null

Active status - Whether this rule is currently enforced

RuleDescription Unknown 0 null

Rule description - Detailed explanation of the rule

RuleId Unknown 0 null

Primary key - ISCRules unique identifier for each ISC rule

RuleLogic Unknown 0 null

Rule logic - Business logic expression for the rule

RuleName Unknown 0 null

Rule name - Descriptive name of the ISC rule

Indexes

Constraint Name Type Sort Column(s)
PK_ISCRules Primary key Asc iscID

Relationships