|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > CfgAlertNotification Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
CfgAlertNotification Table
Collapse All Expand All
iVend Database Database : CfgAlertNotification Table |
Description
Stores the Master Information for the Alerts setup
Properties
Creation Date |
9/18/2015 10:05 AM |
File Group |
PRIMARY |
Text File Group |
|
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 |
|
AlertNotificationKey |
Primary key for the AlertNotification |
VarWChar |
50 |
|
|
|
|
Id |
Refers to the ID for the Alert Notification |
VarWChar |
20 |
|
|
|
|
Description |
Refers to the Description for the Alert Notification |
VarWChar |
100 |
|
|
|
|
Type |
Valid values are Query = 0 PurchaseOrder = 1, StockTransferRequest = 2, StockTransferShipment = 3, SalesDelivery = 4, OrderFulfillment = 5, LayAwayFulfillment = 6, PriceListChange = 7, CouponCreation = 8, BonusBuyCreation = 9, GoodsReceiptPOCreation = 10, GoodsIssueCreation = 11, GoodsReturnCreation = 12, GoodsReceiptCreation = 13, GiftCertificateCreation=14, ProductCreation=15 |
Integer |
4 |
|
|
|
|
QueryBuilderKey |
Reference key for the Query. See CfgQuery |
VarWChar |
50 |
|
|
|
|
SmsEmailTemplateKey |
Reference key for the SMS Email Template. See SmsEmailTemplate. |
VarWChar |
50 |
|
|
|
|
IsActive |
Value is True if the current setup for the Alert Notification |
Boolean |
1 |
|
|
|
|
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 |
|
|
|
|
IsAllUser |
Value is True if the current setup for the Alert Notification should be send to all users in the system |
Boolean |
1 |
|
|
|
|
ReportKey |
Reference Key for the Report. See cfgReport. |
VarWChar |
50 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[CfgAlertNotification]( [AlertNotificationKey] [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, [Type] [int] NOT NULL, [QueryBuilderKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [SmsEmailTemplateKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [IsActive] [bit] 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, [IsAllUser] [bit] NULL, [ReportKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_cfgAlertNotification] PRIMARY KEY CLUSTERED ( [AlertNotificationKey] 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.