CfgAuditLog Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgAuditLog Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgAuditLog Table

Collapse All Expand All

iVend Database Database : CfgAuditLog Table

Description

Stores system logs.

Properties

Creation Date

9/18/2015 10:05 AM

File Group

PRIMARY

Text File Group

PRIMARY

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

1

Data Space Used

8.00 KB

Index Space Used

8.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

AuditKey

System generated Primary key of the table.

VarWChar

50

 

 

 

 

RecordId

Reference to the id for the record being logged.

VarWChar

20

dbimages_tick

 

 

 

SourceType

Refers to the type of object being logged.

Integer

4

 

 

 

 

SourceKey

Refers to the primary key of the object being logged.

VarWChar

50

 

 

 

 

OperationType

Value refers to operation performed on the object. Valid Values are :

Add = 0,

Update = 1 ,

SoftDelete = 2,

HardDelete = 3

Integer

4

 

 

 

 

CreatedBy

Reference of the user who has created this record. See also Security User

VarWChar

50

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

RecordXML

Value is the updated and serialized for the record being logged

Xml

16

dbimages_tick

 

 

 

SiteId

Refers to the store site id

Integer

4

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

PK_cfgAudit

 

dbimages_tick

dbimages_tick

Objects that depend on CfgAuditLog

 

Database Object

Object Type

Description

Dep Level

ClearOfflinePOSData procedure

ClearOfflinePOSData

Stored Procedure

 

1

DataNotification procedure

DataNotification

Stored Procedure

 

2

LogAuditInformation procedure

LogAuditInformation

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgAuditLog](

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

[RecordId] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[SourceType] [int] NOT NULL,

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

[OperationType] [int] NOT NULL,

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

[Created] [datetime] NOT NULL,

[RecordXML] [xml] NULL,

[SiteId] [int] NULL,

CONSTRAINT [PK_cfgAudit] PRIMARY KEY CLUSTERED

(

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

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.