RtlDocumentPrintProfileDetail Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RtlDocumentPrintProfileDetail Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RtlDocumentPrintProfileDetail Table

Collapse All Expand All

iVend Database Database : RtlDocumentPrintProfileDetail Table

Description

Details table for Document Print Profile that contains the detailed information for Document Print Profile.

Properties

Creation Date

12/13/2016 6:05 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

DocumentPrintProfileDetailKey

Primary Key of the table

VarWChar

50

 

 

 

 

DocumentPrintProfileKey

Refers to the primary key of the Document Print Profile. Also see Document Print Profile.

VarWChar

50

dbimages_tick

 

 

 

DocumentPrintProfileDetailType

The column will hold the document key for which the print settings are done

Integer

4

dbimages_tick

 

 

 

ReportKey

Refers to the report attached for the selected document type

VarWChar

50

dbimages_tick

 

 

 

Preview

Flagg indicates whether the report canl be previewed or not.

Boolean

1

dbimages_tick

 

 

 

DefaultPrinter

Refers to the default printer name to print the report

VarWChar

100

dbimages_tick

 

 

 

Copies

Refers to the number of how many copies of the report will be printed.

Integer

4

dbimages_tick

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

 

 

 

CreatedBy

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

VarWChar

50

 

 

 

 

ModifiedBy

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

VarWChar

50

 

 

 

 

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__RtlDocum__312AA6BA434CCEA9

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RtlDocumentPrintProfileDetail](

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

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

[DocumentPrintProfileDetailType] [int] NULL,

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

[Preview] [bit] NULL,

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

[Copies] [int] NULL,

[Created] [datetime] NOT NULL,

[Modified] [datetime] NOT NULL,

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

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

[IsDeleted] [bit] NOT NULL,

CONSTRAINT [PK__RtlDocum__312AA6BA434CCEA9] PRIMARY KEY CLUSTERED

(

[DocumentPrintProfileDetailKey] 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.