CfgCustomTransactionInfoGridDetail Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgCustomTransactionInfoGridDetail Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgCustomTransactionInfoGridDetail Table

Collapse All Expand All

iVend Database Database : CfgCustomTransactionInfoGridDetail Table

Description

Stores the detailed values for the Transaction information grid

Properties

Creation Date

4/13/2015 12:00 PM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

0

Data Space Used

0.00 KB

Index Space Used

0.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

CustomTransactionInfoGridDetailKey

Primary Key

VarWChar

50

 

 

 

 

CustomTransactionInfoGridKey

Refernce key of custom transaction information grid. See also CustomTransactionInfoGrid

VarWChar

50

 

 

 

 

ValueType

Type of transaction for which value will be displayed.

Integer

4

 

 

 

 

ValueSource

Source for value to be displayed

VarWChar

50

dbimages_tick

 

 

 

CaptionType

Type of displaying information caption

Integer

4

 

 

 

 

Caption

Caption to be displayed for information

VarWChar

50

dbimages_tick

 

 

 

DisplayProductImage

Check for displaying product image or not.

Boolean

1

 

 

 

 

Sequence

Sequence of displaying information

Integer

4

 

 

 

 

ProductKey

Reference key of product for display information. See also Product.

VarWChar

50

 

 

 

 

Quantity

Refers to the default quantity of the product

Numeric

9 (20,4)

 

 

 

 

DisplayBlankRow

Check for display row, if information not available.

Boolean

1

 

 

 

 

IsDeleted

Value is True if the record has been deleted from the system. Record is always Soft Deleted

Boolean

1

 

 

 

 

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

 

 

 

 

QuickButtonType

Stores the Quick button type

Valid values are

Product = 1

Product Group =2

Product Category=3

Custom=4

Blank=0

Integer

4

 

((0))

 

 

QuickButtonGroup

Specifies Quick button group

Integer

4

 

((0))

 

 

QuickButtonColor

Specifies Quick button color

Integer

4

 

((0))

 

 

ParentGridDetailKey

Reference Key of Parent Grid Detail. See also Parent Grid Detail

VarWChar

50

 

((0))

 

 

IsEnabled

Value is true if quick button panel is activated

Boolean

1

 

((1))

 

 

HeaderKey

Stores the header key

VarWChar

50

 

((0))

 

 

QuickButtonForeColor

Stores the Font color for the Quick Button Panel

Integer

4

dbimages_tick

 

 

 

IsBold

Value is true if the text should be set to Bold

Boolean

1

dbimages_tick

 

 

 

QuickButtonFontSize

Stores the Font size for the Quick Button Panel

Integer

4

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

IX_CfgCustomTransactionInfoGridDetail

 

 

 

PK_CfgCustomTransactionInfoGridDetail

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgCustomTransactionInfoGridDetail](

[CustomTransactionInfoGridDetailKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[CustomTransactionInfoGridKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[ValueType] [int] NOT NULL,

[ValueSource] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[CaptionType] [int] NOT NULL,

[Caption] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[DisplayProductImage] [bit] NOT NULL,

[Sequence] [int] NOT NULL,

[ProductKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[Quantity] [decimal](20, 4) NOT NULL,

[DisplayBlankRow] [bit] NOT NULL,

[IsDeleted] [bit] 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,

[QuickButtonType] [int] NOT NULL,

[QuickButtonGroup] [int] NOT NULL,

[QuickButtonColor] [int] NOT NULL,

[ParentGridDetailKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[IsEnabled] [bit] NOT NULL,

[HeaderKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[QuickButtonForeColor] [int] NULL,

[IsBold] [bit] NULL,

[QuickButtonFontSize] [int] NULL,

CONSTRAINT [PK_CfgCustomTransactionInfoGridDetail] PRIMARY KEY CLUSTERED

(

[CustomTransactionInfoGridDetailKey] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

ALTER TABLE [dbo].[CfgCustomTransactionInfoGridDetail] ADD CONSTRAINT [DF_CfgCustomTransactionInfoGridDetail_QuickButtonType] DEFAULT ((0)) FOR [QuickButtonType]

ALTER TABLE [dbo].[CfgCustomTransactionInfoGridDetail] ADD CONSTRAINT [DF_CfgCustomTransactionInfoGridDetail_QuickButtonGroup] DEFAULT ((0)) FOR [QuickButtonGroup]

ALTER TABLE [dbo].[CfgCustomTransactionInfoGridDetail] ADD CONSTRAINT [DF_CfgCustomTransactionInfoGridDetail_QuickButtonColor] DEFAULT ((0)) FOR [QuickButtonColor]

ALTER TABLE [dbo].[CfgCustomTransactionInfoGridDetail] ADD CONSTRAINT [DF_CfgCustomTransactionInfoGridDetail_ParentCustomTransactionInfoGridDetailKey] DEFAULT ((0)) FOR [ParentGridDetailKey]

ALTER TABLE [dbo].[CfgCustomTransactionInfoGridDetail] ADD CONSTRAINT [DF_CfgCustomTransactionInfoGridDetail_IsEnabled] DEFAULT ((1)) FOR [IsEnabled]

ALTER TABLE [dbo].[CfgCustomTransactionInfoGridDetail] ADD CONSTRAINT [DF_CfgCustomTransactionInfoGridDetail_HeaderKey] DEFAULT ((0)) FOR [HeaderKey]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.