SysPassNotification Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

SysPassNotification Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

SysPassNotification Table

Collapse All Expand All

iVend Database Database : SysPassNotification Table

Description

stores the information if ivend pass has been issued for perticular record.

Properties

Creation Date

2/11/2016 1:36 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

PassNotificationKey

Primary key for the table

VarWChar

50

 

 

 

 

SourceType

Stores the value based on the Source Type chosen

Integer

4

 

 

 

 

SourceKey

Stores the Key based on the Source Type chosen

VarWChar

50

 

 

 

 

PassIssued

Captures if a Digital pass has been issued for this transaction

Boolean

1

 

((0))

 

 

ReceiverEmail

Value is the email of the receiver of the passes

VarWChar

200

dbimages_tick

 

 

 

ReceiverName

Value is the name of the receiver of the passes

VarWChar

200

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

PK_SysPassNotification

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[SysPassNotification](

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

[SourceType] [int] NOT NULL,

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

[PassIssued] [bit] NOT NULL,

[ReceiverEmail] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[ReceiverName] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

CONSTRAINT [PK_SysPassNotification] PRIMARY KEY CLUSTERED

(

[PassNotificationKey] 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].[SysPassNotification] ADD CONSTRAINT [DF_SysPassNotification_PassIssued] DEFAULT ((0)) FOR [PassIssued]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.