RepIntegrationLog Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RepIntegrationLog Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RepIntegrationLog Table

Collapse All Expand All

iVend Database Database : RepIntegrationLog Table

Description

Stores the Integration records for the SAP

Properties

Creation Date

4/13/2015 12:00 PM

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

IntegrationKey

Value is the system generated Primary Key of the table.

VarWChar

50

 

 

 

 

SourceType

It contains the Unique Value Based on the Masters and Transaction which are integrate from iVend To SBO (eg. Item - 46,Transaction - 143)

Integer

4

 

 

 

 

SourceKey

Value is Primary Key of the iVend table for which event is raised.

VarWChar

50

 

 

 

 

BatchKey

Refers to Batchkey which is used to combined more than one record

VarWChar

50

 

 

 

 

OperationType

It contains the Value (0,1,2,3) 0- Add, 1- Update, 2-Soft Delete, 3- Hard Delete in iVend.

SmallInt

2

 

 

 

 

StoreId

Reference Key for the Store. See Store

VarWChar

50

dbimages_tick

 

 

 

Flag

If Integration from iVend To SBO Succeed , the value of this field is True otherwise False

Boolean

1

 

 

 

 

Status

If Integration from iVend To SBO Failed ,the value of this field True otherwise False

Boolean

1

dbimages_tick

 

 

 

ErrorMessage

If Integration from iVend To SBO failed, This field contains Error Message.

VarChar

5000

dbimages_tick

 

 

 

LogDatetime

Date of creation of this record

DBTimeStamp

4

dbimages_tick

(getdate())

 

 

ApplicationKey

Reference key of Application ID. See cfgRegisteredApplication

VarWChar

50

dbimages_tick

((1))

 

Indexes

Index

Description

Primary

Unique

IntegrationTransactionId_PK

 

dbimages_tick

dbimages_tick

IX_RepIntegrationLog

 

 

 

Objects that depend on RepIntegrationLog

 

Database Object

Object Type

Description

Dep Level

DataNotification procedure

DataNotification

Stored Procedure

 

1

EnableRollup procedure

EnableRollup

Stored Procedure

 

1

Integration_DisplayNegativeInventory procedure

Integration_DisplayNegativeInventory

Stored Procedure

 

1

TrxConsolidateTransaction procedure

TrxConsolidateTransaction

Stored Procedure

 

1

TrxConsolidateTransactionForCreditCustomers procedure

TrxConsolidateTransactionForCreditCustomers

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RepIntegrationLog](

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

[SourceType] [int] NOT NULL,

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

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

[OperationType] [smallint] NOT NULL,

[StoreId] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[Flag] [bit] NOT NULL,

[Status] [bit] NULL,

[ErrorMessage] [varchar](5000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[LogDatetime] [datetime] NULL,

[ApplicationKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

CONSTRAINT [IntegrationTransactionId_PK] PRIMARY KEY CLUSTERED

(

[IntegrationKey] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

ALTER TABLE [dbo].[RepIntegrationLog] ADD CONSTRAINT [DF_RepIntegrationLog_LogDatetime] DEFAULT (getdate()) FOR [LogDatetime]

ALTER TABLE [dbo].[RepIntegrationLog] ADD CONSTRAINT [DF_RepIntegrationLog_ApplicationKey] DEFAULT ((1)) FOR [ApplicationKey]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.