Updated: 2009-06-19
Version: Control 4.4
Table Purpose, Usage, and Notes
This table stores the unit conversions for the default and alternate units for a part. Each part has one (the default unit) and may have many.
Information on Table Data
- ClassTypeIDs Stores in Table:
- 12016 - Part Conversion Item
Table Structure
| ~ Table.FieldName | ~ Data Type | ~ Description | ~ Links To | ||||
| PartInventoryConversion.ClassTypeID | int | Identifier for the Type of Object | |||||
| PartInventoryConversion.ConsumptionFormula | text | ||||||
| PartInventoryConversion.ConversionFormula | text | Expresson to convert this to standard units | |||||
| PartInventoryConversion.ID | int | Primary Key Field | |||||
| PartInventoryConversion.InclusionFormula | text | ||||||
| PartInventoryConversion.IsActive | bit | Indicates if Enabled. 1Record is Active, 0Record is Not Active | |||||
| PartInventoryConversion.IsAutomatic | bit | ||||||
| PartInventoryConversion.IsDefault | bit | 1 Default Unit for Part, 0 Not | |||||
| PartInventoryConversion.IsSystem | bit | Used to Mark Required Records | |||||
| PartInventoryConversion.ModifiedByComputer | nvarchar(25) | HostName of computer that last modified this record | |||||
| PartInventoryConversion.ModifiedByUser | nvarchar(25) | Windows User who last modified this record | |||||
| PartInventoryConversion.ModifiedDate | datetime | DateTime this Record was last modified | |||||
| PartInventoryConversion.PartID | int | ID of Part | Part.ID | ||||
| PartInventoryConversion.SeqID | int | ||||||
| PartInventoryConversion.StoreID | int | Not Used. | |||||
| PartInventoryConversion.UnitID | int | Enumated Value identifying the Unit | |||||
| PartInventoryConversion.UnitType | int |
Related Tables
You could leave a comment if you were logged in.