Updated: 2009-mm-dd
Version: Control 4.x
Table Purpose, Usage, and Notes
This table is used to store small elements that mostly just have a name, description, and active options.
Information on Table Data
Table Structure
| ~ Table.FieldName | ~ Data Type | ~ Description | ~ Links To | ||||
| Element.ClassTypeID | int | Identifier for the Type of Object | |||||
| Element.DefaultIncomeIDOV | bit | ||||||
| Element.Description | nvarchar(50) | ||||||
| Element.ElementName | nvarchar(50) | ||||||
| Element.EndDate | datetime | ||||||
| Element.ExpenseClassTypeID | int | ||||||
| Element.ExpenseID | int | ||||||
| Element.ExpenseIDOV | bit | ||||||
| Element.FamilyClassTypeID | int | ||||||
| Element.FamilyID | int | ||||||
| Element.FamilyStoreID | int | Not Used. | |||||
| Element.GLDepartmentClassTypeID | int | ||||||
| Element.GLDepartmentID | int | ||||||
| Element.GLDepartmentIDOV | bit | ||||||
| Element.ID | int | Primary Key for the Table | |||||
| Element.IncomeClassTypeID | int | ||||||
| Element.IncomeID | int | ||||||
| Element.IncomeStoreID | int | Not Used. | |||||
| Element.IsActive | bit | Indicates if Enabled. 1Record is Active, 0Record is Not Active | |||||
| Element.IsSystem | bit | Used to Mark Required Records | |||||
| Element.ItemPrefix | varchar(25) | ||||||
| Element.LinkClassTypeID | int | ||||||
| Element.LinkID | int | ||||||
| Element.LinkStoreID | int | Not Used. | |||||
| Element.ModifiedByComputer | nvarchar(25) | HostName of computer that last modified this record | |||||
| Element.ModifiedByUser | nvarchar(25) | Windows User who last modified this record | |||||
| Element.ModifiedDate | datetime | DateTime this Record was last modified | |||||
| Element.ParentClassTypeID | int | ||||||
| Element.ParentID | int | ID of Category/Group Above | |||||
| Element.ParentStoreID | int | Not Used. | |||||
| Element.PartType | int | ||||||
| Element.SeqID | int | ||||||
| Element.SortIndex | float | ||||||
| Element.StartDate | datetime | ||||||
| Element.StoreID | int | Not Used. |
Related Tables