Updated: 2009-09-17
Version: Control 4.4
Table Purpose, Usage, and Notes
The Closeout table is a split table with the sql_structure_-_journal_table. It is used to store additional information specific to closeouts.
Information on Table Data
Table Structure
| ~ Table.FieldName | ~ Data Type | ~ Description | ~ Links To | ||||
| Closeout.CategoryID | int | ||||||
| Closeout.ClassTypeID | int | Identifier for the Type of Object | |||||
| Closeout.CloseOutPeriod | int | ||||||
| Closeout.CloseoutType | int | ||||||
| Closeout.CloseoutTypeText | nvarchar(25) | ||||||
| Closeout.ID | int | Primary Key for the Table | |||||
| Closeout.IsActive | bit | Not Used for This Table | |||||
| Closeout.IsSystem | bit | Used to Mark Required Records | |||||
| Closeout.ModifiedByComputer | nvarchar(25) | HostName of computer that last modified this record | |||||
| Closeout.ModifiedByUser | nvarchar(25) | Windows User who last modified this record | |||||
| Closeout.ModifiedDate | datetime | DateTime this Record was last modified | |||||
| Closeout.SeqID | int | ||||||
| Closeout.StoreID | int | Not Used. |
Related Tables