Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| AgencyID | int | 4 | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
||
| AppliesTo | Unknown | 0 | null |
|
|
Applies to - Which entities or processes this logic applies to |
||
| ID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
|
| Category | nvarchar | 200 | null |
|
|
Text field - Category text information for CustomLogicSetting records |
||
| DefaultUnitZeroWhenUpdatingClaim | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| CustomUnitForSEIT | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| CustomRateForSEIT | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| DoNotSetUnitZeroForPayable | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| DoNotRemoveAuthForPayable | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| DefaultMinutesForNonbillableScNote | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| IsActive | Unknown | 0 | null |
|
|
Active status - Whether this custom logic is currently enabled |
||
| LogicExpression | Unknown | 0 | null |
|
|
Logic expression - Custom business logic or rule expression |
||
| SettingID | Unknown | 0 | null |
|
|
Primary key - CustomLogicSetting unique identifier for each logic setting |
||
| SettingName | Unknown | 0 | null |
|
|
Setting name - Name of the custom logic setting |
||
| SettingType | Unknown | 0 | null |
|
|
Setting type - Type of logic (Validation, Calculation, Workflow, etc.) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__CustomLo__3214EC27E7869687 | Primary key | Asc | ID |