CfgAlertNotificationUser Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgAlertNotificationUser Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgAlertNotificationUser Table

Collapse All Expand All

iVend Database Database : CfgAlertNotificationUser Table

Description

Stores the Users assigned for the Alerts Setup

Properties

Creation Date

9/18/2015 10:05 AM

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

AlertNotificationUserKey

Primary Key for the table.

VarWChar

50

 

 

 

 

AlertNotificationKey

Reference Key for Alert Notification. See CfgAlertNotification

VarWChar

50

 

 

 

 

SecurityUserKey

Reference key for the Security User. See SecSecurityUser

VarWChar

50

 

 

 

 

IsEmailAllowed

Value is True if the Email notification is allowed to the user

Boolean

1

 

 

 

 

IsSmsAllowed

Value is True if the SMS notification is allowed to the user.

Boolean

1

 

 

 

 

IsInAppAllowed

Value is True if the App notification is allowed to the user.

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

 

 

 

Indexes

Index

Description

Primary

Unique

PK_cfgAlertNotificationUser

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgAlertNotificationUser](

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

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

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

[IsEmailAllowed] [bit] NOT NULL,

[IsSmsAllowed] [bit] NOT NULL,

[IsInAppAllowed] [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,

CONSTRAINT [PK_cfgAlertNotificationUser] PRIMARY KEY CLUSTERED

(

[AlertNotificationUserKey] 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

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.