Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VoidID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each void reason |
||||
| VoidDesc | varchar | 500 | √ | null |
|
|
Void description - Detailed description of the void reason |
||||
| ReasonDesc | varchar | 50 | √ | null |
|
|
Reason description - Short description or code for the void reason |
||||
| CatID | int | 4 | √ | null |
|
|
Category reference - Links to the void category (VoidCategory.CatID) |
||||
| fkRefID | int | 4 | √ | null |
|
|
Reference identifier - Additional reference ID for linking to other entities |
||||
| Lock | int | 4 | √ | null |
|
|
Lock status - Indicates if this void reason is locked from further changes |
||||
| Status | int | 4 | √ | null |
|
|
Status - Current status of the void reason (Active, Inactive, etc.) |
