Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| EID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
|
| display | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for RuleError records |
|
| AllowSettings | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| AllowCPSEProviderId | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| AllowLicense | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| Details | nvarchar | 1073741823 | √ | null |
|
|
Text field - Details text information for RuleError records |
|
| ErrorDate | Unknown | 0 | null |
|
|
Error date - Date and time when the error occurred |
||
| ErrorId | Unknown | 0 | null |
|
|
Primary key - RuleError unique identifier for each rule error |
||
| ErrorMessage | Unknown | 0 | null |
|
|
Error message - Description of the rule violation |
||
| RuleID | varchar | 10 | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
||
| RuleDescription | varchar | 100 | √ | null |
|
|
Description field - Detailed description or explanation of RuleError information |
|
| RuleTitle | varchar | 15 | √ | null |
|
|
Text field - RuleTitle text information for RuleError records |
|
| RuleAction | varchar | 500 | √ | null |
|
|
Text field - RuleAction text information for RuleError records |
|
| useClient | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for RuleError records |
|
| Instructions | nvarchar | 1073741823 | √ | null |
|
|
Text field - Instructions text information for RuleError records |
|
| IsErrorCheckDisplayEnabled | bit | 1 | √ | null |
|
|
Boolean flag - Indicates whether specific condition or feature is enabled/active |
|
| IsResolved | Unknown | 0 | null |
|
|
Resolved flag - Whether the error has been resolved |
||
| RecordId | Unknown | 0 | null |
|
|
Record reference - Reference to the record that caused the error |
||
| Severity | Unknown | 0 | null |
|
|
Error severity - Severity level of the rule violation |
||
| UpdatedDate | datetime | 16,3 | √ | null |
|
|
Date/time field - Date and time when upd occurred or was recorded |
|
| UpdatedBy | int | 4 | √ | null |
|
|
Date/time field - Date and time when updby occurred or was recorded |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_RuleError | Primary key | Asc | RuleID |