CfgUserDefinedTable Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgUserDefinedTable Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgUserDefinedTable Table

Collapse All Expand All

iVend Database Database : CfgUserDefinedTable Table

Description

Stores the Users defined tables

Properties

Creation Date

3/16/2016 10:47 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

UserDefinedTableKey

Primary key

VarWChar

50

 

 

 

 

IsSystemTable

Value is true for the iVend system table

Boolean

1

 

 

 

 

TableName

Stores the Table Name

VarWChar

50

 

 

 

 

Description

Refers to the User Defined Table Description

VarWChar

100

dbimages_tick

 

 

 

IsReplicable

Value can be true/false to replicate the custom table record

Boolean

1

 

 

 

 

IsHistoryTracked

Value can be true/false to log the custom table record

Boolean

1

 

 

 

 

SupportsSoftDelete

Value is True if the data row in database marked as deleted not a permanent delete

Boolean

1

 

((0))

 

 

ObjectId

Stores the Object ID for the User defined Table (10000 or more for the custom table)

Integer

4

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

CreatedBy

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

VarWChar

50

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

 

 

 

ModifiedBy

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

VarWChar

50

 

 

 

 

AllowImportExport

Value is True if import or export functionality of UDT data is allowed

Boolean

1

 

((1))

 

Indexes

Index

Description

Primary

Unique

PK_CfgUserDefinedTable

 

dbimages_tick

dbimages_tick

Objects that depend on CfgUserDefinedTable

 

Database Object

Object Type

Description

Dep Level

DataNotification procedure

DataNotification

Stored Procedure

 

1

GetMobileReplicationData procedure

GetMobileReplicationData

Stored Procedure

 

1

GetReceiptNodeList procedure

GetReceiptNodeList

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgUserDefinedTable](

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

[IsSystemTable] [bit] NOT NULL,

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

[Description] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[IsReplicable] [bit] NOT NULL,

[IsHistoryTracked] [bit] NOT NULL,

[SupportsSoftDelete] [bit] NOT NULL,

[ObjectId] [int] NOT NULL,

[Created] [datetime] NOT NULL,

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

[Modified] [datetime] NOT NULL,

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

[AllowImportExport] [bit] NOT NULL,

CONSTRAINT [PK_CfgUserDefinedTable] PRIMARY KEY CLUSTERED

(

[UserDefinedTableKey] 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].[CfgUserDefinedTable] ADD CONSTRAINT [DF_CfgUserDefinedTable_SupportsSoftDelete] DEFAULT ((0)) FOR [SupportsSoftDelete]

ALTER TABLE [dbo].[CfgUserDefinedTable] ADD CONSTRAINT [DF__CfgUserDe__Allow__195694DD] DEFAULT ((1)) FOR [AllowImportExport]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.