|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > InvProductBuildBreak Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
InvProductBuildBreak Table
Collapse All Expand All
iVend Database Database : InvProductBuildBreak Table |
Description
Stores the information when the product is Build or Broken into its components
Properties
Creation Date |
4/13/2015 12:00 PM |
File Group |
PRIMARY |
Text File Group |
PRIMARY |
System Object |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
ProductBuildBreakKey |
Primary Key |
VarWChar |
50 |
|
|
|
|
ProductKey |
Reference Key of Product . See also Product |
VarWChar |
50 |
|
|
|
|
Quantity |
Product Quantity which is Build or Break |
Numeric |
9 (20,5) |
|
|
|
|
Type |
Stores the type of action. Valid values are: KitBuild = 0 KitBreak = 1 |
Integer |
4 |
|
|
|
|
BusinessDate |
Date of Business |
DBTimeStamp |
4 |
|
|
|
|
CommentKey |
Reference Key of Comment. See also Comment |
VarWChar |
50 |
|
|
|
|
ReasonKey |
Reference Key of Reason Code. See also Reason Code |
VarWChar |
50 |
|
|
|
|
SiteId |
Site id where the transaction took place |
Integer |
4 |
|
|
|
|
WarehouseKey |
Reference Key of Warehouse. See also Warehouse |
VarWChar |
50 |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
CreatedBy |
Reference of user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
Modified |
Date of last modification of this record |
DBTimeStamp |
4 |
|
|
|
|
ModifiedBy |
Reference of user who has modified this record. See also Security User |
VarWChar |
50 |
|
|
|
|
KitLocationKey |
Reference Key for the location. See Location |
VarWChar |
50 |
|
|
|
|
BuildLocationKey |
Reference Key for the location. See Location |
VarWChar |
50 |
|
|
|
|
Comments |
Stores comments. |
VarWChar |
4000 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
Objects that depend on InvProductBuildBreak
|
Database Object |
Object Type |
Description |
Dep Level |
|
User Defined Function |
|
2 |
|
|
User Defined Function |
|
1 |
|
|
User Defined Function |
|
1 |
|
|
User Defined Function |
|
1 |
|
|
User Defined Function |
|
1 |
|
|
User Defined Function |
|
1 |
|
|
View |
|
1 |
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[InvProductBuildBreak]( [ProductBuildBreakKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ProductKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Quantity] [decimal](20, 5) NOT NULL, [Type] [int] NOT NULL, [BusinessDate] [datetime] NOT NULL, [CommentKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [ReasonKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [SiteId] [int] NOT NULL, [WarehouseKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Created] [datetime] NOT NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Modified] [datetime] NOT NULL, [ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [KitLocationKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [BuildLocationKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Comments] [nvarchar](4000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_InvProductBuildBreak] PRIMARY KEY CLUSTERED ( [ProductBuildBreakKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.