CfgUserDefinedFieldDetail Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgUserDefinedFieldDetail Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgUserDefinedFieldDetail Table

Collapse All Expand All

iVend Database Database : CfgUserDefinedFieldDetail Table

Description

Stores the Details of the User Defined field values

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

UserDefinedFieldDetailKey

Value is True if the User Defined Field Detail Key to display

VarWChar

50

 

 

 

 

UserDefinedTableKey

Value is True if the User Defined Field Key to display

VarWChar

50

dbimages_tick

 

 

 

FieldName

Value is True if the Field Name to display

VarWChar

50

 

 

 

 

Description

Refers to the User Defined Field Detail Description

VarWChar

100

 

 

 

 

DataType

Value is True if the Data Type to display

Integer

4

 

 

 

 

DataLength

Value is True if the Data Length to display

Integer

4

 

 

 

 

IsSearchable

Value is True if the Is Searchable to display

Boolean

1

 

 

 

 

ShowInResults

Value is True if the Show In Results to display

Boolean

1

 

 

 

 

DisplayOnly

Value is True if the Display Only to display

Boolean

1

 

 

 

 

IsMandatory

Value is True if the Is Mandatory to display

Boolean

1

dbimages_tick

 

 

 

RegularExpression

Value is True if the Regular Expression to display

VarWChar

100

dbimages_tick

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

(getdate())

 

 

CreatedBy

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

VarWChar

50

 

((1))

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

(getdate())

 

 

ModifiedBy

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

VarWChar

50

 

((1))

 

Indexes

Index

Description

Primary

Unique

PK_CfgUserDefinedFieldDetail

 

dbimages_tick

dbimages_tick

Objects that depend on CfgUserDefinedFieldDetail

 

Database Object

Object Type

Description

Dep Level

GetMobileReplicationData procedure

GetMobileReplicationData

Stored Procedure

 

1

GetReceiptNodeList procedure

GetReceiptNodeList

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgUserDefinedFieldDetail](

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

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

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

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

[DataType] [int] NOT NULL,

[DataLength] [int] NOT NULL,

[IsSearchable] [bit] NOT NULL,

[ShowInResults] [bit] NOT NULL,

[DisplayOnly] [bit] NOT NULL,

[IsMandatory] [bit] NULL,

[RegularExpression] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS 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,

CONSTRAINT [PK_CfgUserDefinedFieldDetail] PRIMARY KEY CLUSTERED

(

[UserDefinedFieldDetailKey] 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].[CfgUserDefinedFieldDetail] ADD CONSTRAINT [DF_CfgUserDefinedFieldDetail_Created] DEFAULT (getdate()) FOR [Created]

ALTER TABLE [dbo].[CfgUserDefinedFieldDetail] ADD CONSTRAINT [DF_CfgUserDefinedFieldDetail_CreatedBy] DEFAULT ((1)) FOR [CreatedBy]

ALTER TABLE [dbo].[CfgUserDefinedFieldDetail] ADD CONSTRAINT [DF_CfgUserDefinedFieldDetail_Modified] DEFAULT (getdate()) FOR [Modified]

ALTER TABLE [dbo].[CfgUserDefinedFieldDetail] ADD CONSTRAINT [DF_CfgUserDefinedFieldDetail_ModifiedBy] DEFAULT ((1)) FOR [ModifiedBy]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.