|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > RtlDocumentPrintProfileDetail Table |
Navigation: iVend Database Database > Tables >
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 |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
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 |
|
|
|
|
DocumentPrintProfileDetailType |
The column will hold the document key for which the print settings are done |
Integer |
4 |
|
|
|
|
ReportKey |
Refers to the report attached for the selected document type |
VarWChar |
50 |
|
|
|
|
Preview |
Flagg indicates whether the report canl be previewed or not. |
Boolean |
1 |
|
|
|
|
DefaultPrinter |
Refers to the default printer name to print the report |
VarWChar |
100 |
|
|
|
|
Copies |
Refers to the number of how many copies of the report will be printed. |
Integer |
4 |
|
|
|
|
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 |
|
|
|
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
© 2019 All Rights Reserved.
Send comments on this topic.