|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > LoyExceptionRule Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
LoyExceptionRule Table
Collapse All Expand All
iVend Database Database : LoyExceptionRule Table |
Description
Stores the Loyalty Exception Rules detals attach to plan in the system.
Properties
Creation Date |
4/13/2015 12:00 PM |
File Group |
PRIMARY |
Text File Group |
|
System Object |
|
Published for Replication |
|
Rows |
6 |
Data Space Used |
8.00 KB |
Index Space Used |
8.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
ExceptionRuleKey |
Primary Key |
VarWChar |
50 |
|
|
|
|
Id |
Specify the Id of exception rule |
VarWChar |
200 |
|
|
|
|
Description |
Specify the Description of exception rule |
VarWChar |
400 |
|
|
|
|
IsValueRequired |
Value is True if the specified exception rule is mandatory |
Boolean |
1 |
|
|
|
|
IsActive |
Value is True if the specified exception rule is active |
Boolean |
1 |
|
|
|
|
IsPercent |
Value is True if the specified exception rule hold value in percentage. |
Boolean |
1 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[LoyExceptionRule]( [ExceptionRuleKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Id] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Description] [nvarchar](400) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [IsValueRequired] [bit] NOT NULL, [IsActive] [bit] NOT NULL, [IsPercent] [bit] NOT NULL, CONSTRAINT [PK_LoyExceptionRule] PRIMARY KEY CLUSTERED ( [ExceptionRuleKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.