|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > InvItemMatrixGlobalSetting Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
InvItemMatrixGlobalSetting Table
Collapse All Expand All
iVend Database Database : InvItemMatrixGlobalSetting Table |
Description
Defines the item matrix product code setup values for all products
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 |
|
ItemMatrixGlobalSettingKey |
System generated Primary key of the table. |
VarWChar |
50 |
|
|
|
|
AutoGenerateChildItemDefinition |
Value is true if the Child Item of the needs to be created automatically |
Boolean |
1 |
|
|
|
|
SpaceAsItemCodeSeperator |
Value is True if the Space needs to be used as Code Seperator |
Boolean |
1 |
|
|
|
|
ItemCodeSeparator |
Value is the Item code Separator |
VarWChar |
50 |
|
|
|
|
SpaceAsItemDescriptionSeperator |
Value is True if the Space needs to be used as Description Seperator |
Boolean |
1 |
|
|
|
|
ItemDescriptionSeperator |
Value is the Item description Separator |
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 |
|
|
|
|
IsDeleted |
Value is True if the record has been deleted from the system. Record is always Soft Deleted |
Boolean |
1 |
|
|
|
|
AttributeKey |
Reference Key tof Attribute |
VarWChar |
50 |
|
|
|
|
CodeLength |
Value is the length of the Code |
Integer |
4 |
|
|
|
|
DescriptionLength |
Value is Description length |
Integer |
4 |
|
|
|
|
CodeOrder |
Value is the code Order in which is to be displayed |
Integer |
4 |
|
|
|
|
DescriptionOrder |
Value is Description order |
Integer |
4 |
|
|
|
|
RowType |
Value idetifies the type of row. 1 is for inheritance properties data and 0 is other global item matrix settings |
Integer |
4 |
|
((0)) |
|
|
InheritSettingsData |
Value is the XML for the product inheritance properties. |
Xml |
16 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[InvItemMatrixGlobalSetting]( [ItemMatrixGlobalSettingKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [AutoGenerateChildItemDefinition] [bit] NULL, [SpaceAsItemCodeSeperator] [bit] NULL, [ItemCodeSeparator] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [SpaceAsItemDescriptionSeperator] [bit] NULL, [ItemDescriptionSeperator] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS 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, [IsDeleted] [bit] NOT NULL, [AttributeKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [CodeLength] [int] NOT NULL, [DescriptionLength] [int] NOT NULL, [CodeOrder] [int] NOT NULL, [DescriptionOrder] [int] NOT NULL, [RowType] [int] NULL, [InheritSettingsData] [xml] NULL, CONSTRAINT [PK_InvItemMatrixGlobalSetting] PRIMARY KEY CLUSTERED ( [ItemMatrixGlobalSettingKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] ALTER TABLE [dbo].[InvItemMatrixGlobalSetting] ADD DEFAULT ((0)) FOR [RowType] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.