CfgStageDocumentAuthorization Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgStageDocumentAuthorization Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgStageDocumentAuthorization Table

Collapse All Expand All

iVend Database Database : CfgStageDocumentAuthorization Table

Description

Defines the condition setup for the templates define for the stage

Properties

Creation Date

6/4/2015 6:40 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

StageDocumentAuthorizationKey

Primary key for the table

VarWChar

50

 

 

 

 

StageTemplateAuthorizationKey

Reference Key for the Stage authorization template. See CfgStageTemplateAuthorization

VarWChar

50

dbimages_tick

 

 

 

ConditionType

Value is the condition for the authorization can be done. Valid Values are:

CreditLimitOverride = 1,

ReprintTransactionReceipt = 2,

ChangeSalePersonInSpecialOrderEdit = 3,

ChangeSalePersonInRefund = 4,

DeletingSuspendedTransaction = 5,

VoidSale = 6,

VoidItem = 7,

TransactionModeChange = 8,

CustomerSearch = 9,

ProductSearch = 10,

SaleInformationEdit = 11,

ItemInformationEdit = 12,

TransactionSearch = 13,

Fulfillment = 14,

ReturnProductAfterReturnDateExpired = 15,

SuspendRecall = 16,

ProductSurchargeWaiverWhileReturn = 17,

PaymentCancellation = 19,

TransactionRefund = 20,

TransactionTotalGreaterThan = 21

Integer

4

 

 

 

 

ConditionValue

Value is true if the condition type is allowed for the stage

Numeric

9 (20,5)

 

((0))

 

 

CreatedBy

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

VarWChar

50

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

ModifiedBy

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

VarWChar

50

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

 

 

 

IsDeleted

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

Boolean

1

 

((0))

 

Indexes

Index

Description

Primary

Unique

PK_StageDocumentAuthorization

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgStageDocumentAuthorization](

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

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

[ConditionType] [int] NOT NULL,

[ConditionValue] [numeric](20, 5) NOT NULL,

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

[Created] [datetime] NOT NULL,

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

[Modified] [datetime] NOT NULL,

[IsDeleted] [bit] NOT NULL,

CONSTRAINT [PK_StageDocumentAuthorization] PRIMARY KEY CLUSTERED

(

[StageDocumentAuthorizationKey] 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].[CfgStageDocumentAuthorization] ADD CONSTRAINT [DF_CfgStageDocumentAuthorization_ConditionValue] DEFAULT ((0)) FOR [ConditionValue]

ALTER TABLE [dbo].[CfgStageDocumentAuthorization] ADD CONSTRAINT [DF_CfgStageDocumentAuthorization_IsDeleted] DEFAULT ((0)) FOR [IsDeleted]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.