|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > CfgLayoutSettings Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
CfgLayoutSettings Table
Collapse All Expand All
iVend Database Database : CfgLayoutSettings Table |
Description
System Table. Saves the screen information releated to Display Profile.
Properties
Creation Date |
9/18/2015 10:05 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 |
|
ViewLayoutSettingsKey |
System generated Primary key of the table. |
VarWChar |
50 |
|
|
|
|
ScreenName |
Refers to the screen for which customization is done |
VarChar |
250 |
|
|
|
|
ControlName |
Refers to the control on a screen for which customization is done. |
VarChar |
250 |
|
|
|
|
Layout |
Refers to the serialized screen layout |
LongVarBinary |
16 |
|
|
|
|
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 |
|
|
|
|
DisplayProfileKey |
Refers to the display profile that is selected to save customization of a screen. |
VarWChar |
50 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
|
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[CfgLayoutSettings]( [ViewLayoutSettingsKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ScreenName] [varchar](250) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ControlName] [varchar](250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Layout] [image] 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, [DisplayProfileKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_cfgViewLayout] PRIMARY KEY CLUSTERED ( [ViewLayoutSettingsKey] 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] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.