|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > CfgCustomerDisplayIdleScreen Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
CfgCustomerDisplayIdleScreen Table
Collapse All Expand All
iVend Database Database : CfgCustomerDisplayIdleScreen Table |
Description
Stores the idle screen information for customer display
Properties
Creation Date |
6/20/2017 11:04 AM |
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 |
|
IdleScreenKey |
Value is the system generated Primary Key of the table |
VarWChar |
50 |
|
|
|
|
Id |
Value is the Id of the IdleScreen |
VarWChar |
20 |
|
|
|
|
Description |
Value is the description of the idlescreen |
VarWChar |
100 |
|
|
|
|
Animation |
Stores the animation type for tile |
Integer |
4 |
|
|
|
|
Interval |
Duration between tile images to render |
Integer |
4 |
|
|
|
|
Layout |
Layout for the idle screen |
Xml |
16 |
|
|
|
|
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 |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
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 |
|
|
|
|
HasImage |
Flag to check that whether idle screen have images or not |
Boolean |
1 |
|
|
|
|
FlashImage |
Binary data for Flash file |
LongVarBinary |
16 |
|
|
|
|
VideoFile |
Binary data for video file |
LongVarBinary |
16 |
|
|
|
|
FlashPath |
Path for flash file |
LongVarChar |
16 |
|
|
|
|
MediaPath |
Media path for media files |
LongVarChar |
16 |
|
|
|
|
Ext |
Type of file extenstion |
VarChar |
10 |
|
|
|
|
IsSharedMedia |
Flag to check that whether media file store at shared path or not |
Boolean |
1 |
|
((0)) |
|
|
SharedMediaPath |
Path for shared media |
LongVarChar |
16 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[CfgCustomerDisplayIdleScreen]( [IdleScreenKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Id] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Description] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Animation] [int] NOT NULL, [Interval] [int] NOT NULL, [Layout] [xml] NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Created] [datetime] NOT NULL, [Modified] [datetime] NOT NULL, [IsDeleted] [bit] NOT NULL, [HasImage] [bit] NULL, [FlashImage] [varbinary](max) NULL, [VideoFile] [varbinary](max) NULL, [FlashPath] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [MediaPath] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Ext] [varchar](10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [IsSharedMedia] [bit] NULL, [SharedMediaPath] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_IdleScreen] PRIMARY KEY CLUSTERED ( [IdleScreenKey] 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].[CfgCustomerDisplayIdleScreen] ADD CONSTRAINT [DF__CfgCustom__IsSha__3F47339B] DEFAULT ((0)) FOR [IsSharedMedia] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.