RtlStorePriceList Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RtlStorePriceList Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RtlStorePriceList Table

Collapse All Expand All

iVend Database Database : RtlStorePriceList Table

Description

Stores the price list that will be effective for the store on current date

Properties

Creation Date

6/23/2016 7:43 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

StorePriceListKey

Primary Key for the table

VarWChar

50

 

 

 

 

SourceType

Source Type of Store Price List. Valid values are: Store = 0 StoreGroup = 1

Integer

4

dbimages_tick

((0))

 

 

SourceKey

Value is the primary key used for either store or store group whichever is selected in SourceType

VarWChar

50

dbimages_tick

((0))

 

 

PriceListKey

Reference Key for the Price List. See PrcPriceList

VarWChar

50

dbimages_tick

((0))

 

 

SubsidiaryKey

Reference Key for the Susidiary. See Subsidiary

VarWChar

50

dbimages_tick

((0))

 

 

FromDate

Value is date from which the Price list is available.

DBTimeStamp

4

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

dbimages_tick

 

 

 

CreatedBy

Reference of user who has created this record. See also Security User

VarWChar

50

 

 

 

 

ModifiedBy

Reference of user who has modified this record. See also Security User

VarWChar

50

dbimages_tick

 

 

 

IsDeleted

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

Boolean

1

 

 

 

 

IsActive

Value is True if the Store Price list is Active.

Boolean

1

 

 

 

Indexes

Index

Description

Primary

Unique

PK__RtlStore__0951A96E77017CD9

 

dbimages_tick

dbimages_tick

Objects that depend on RtlStorePriceList

 

Database Object

Object Type

Description

Dep Level

GetMobileReplicationData procedure

GetMobileReplicationData

Stored Procedure

 

1

uspGetItemPrice procedure

uspGetItemPrice

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RtlStorePriceList](

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

[SourceType] [int] NULL,

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

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

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

[FromDate] [datetime] NOT NULL,

[Created] [datetime] NOT NULL,

[Modified] [datetime] NULL,

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

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

[IsDeleted] [bit] NOT NULL,

[IsActive] [bit] NOT NULL,

CONSTRAINT [PK__RtlStore__0951A96E77017CD9] PRIMARY KEY CLUSTERED

(

[StorePriceListKey] 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].[RtlStorePriceList] ADD CONSTRAINT [DF__RtlStoreP__Sourc__78E9C54B] DEFAULT ((0)) FOR [SourceType]

ALTER TABLE [dbo].[RtlStorePriceList] ADD CONSTRAINT [DF__RtlStoreP__Sourc__79DDE984] DEFAULT ((0)) FOR [SourceKey]

ALTER TABLE [dbo].[RtlStorePriceList] ADD CONSTRAINT [DF__RtlStoreP__Price__7AD20DBD] DEFAULT ((0)) FOR [PriceListKey]

ALTER TABLE [dbo].[RtlStorePriceList] ADD CONSTRAINT [DF__RtlStoreP__Subsi__7BC631F6] DEFAULT ((0)) FOR [SubsidiaryKey]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.