Universal Printer Settings

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2751

Table Type: Company

Table Name: Universal Printer Settings
Database Table Name: CRONUS UK Ltd_$Universal Printer Settings$2654d7e7-9afd-4947-9e02-6bb8f3e0cd04

Table Number: 2751

Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Universal Printer Settings can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Universal Printer Settings$2654d7e7-9afd-4947-9e02-6bb8f3e0cd04]

Show/hide an example select of all columns by name

SELECT
   [Name]
   ,[Print Share ID]
   ,[Print Share Name]
   ,[Description]
   ,[Paper Size]
   ,[Paper Height]
   ,[Paper Width]
   ,[Paper Unit]
   ,[Landscape]
   ,[outputBin]
   ,[Paper Tray]
   ,[AllowAllUsers]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Universal Printer Settings$2654d7e7-9afd-4947-9e02-6bb8f3e0cd04]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Universal Printer Settings$2654d7e7-9afd-4947-9e02-6bb8f3e0cd04] AS [Universal Printer Settings]
LEFT JOIN
   [User] AS [User]
      ON
         [Universal Printer Settings].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Universal Printer Settings].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Universal Printer Settings table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Name Primary Key SearchNameNormalCode250Namenvarchar(500)
2Print Share ID SearchPrint Share IDNormalGUID16Print Share IDuniqueidentifier
3Print Share Name SearchPrint Share NameNormalText2048Print Share Namenvarchar(4096)
5Description SearchDescriptionNormalText250Descriptionnvarchar(500)
6Paper Size SearchPaper SizeNormalOption4Paper Sizeint
Available options are:
  • “A2”
  • “A3”
  • “A4”
  • “A5”
  • “A6”
  • “B4”
  • “B4Envelope”
  • “B5”
  • “B5Envelope”
  • “B6Envelope”
  • “B6Jis”
  • “C3Envelope”
  • “C4Envelope”
  • “C5Envelope”
  • “C65Envelope”
  • “C6Envelope”
  • “CSheet”
  • “DLEnvelope”
  • “DSheet”
  • “ESheet”
  • “Executive”
  • “Folio”
  • “GermanLegalFanfold”
  • “GermanStandardFanfold”
  • “InviteEnvelope”
  • “IsoB4”
  • “ItalyEnvelope”
  • “JapaneseDoublePostcard”
  • “JapaneseEnvelopeChouNumber3”
  • “JapaneseEnvelopeChouNumber4”
  • “JapaneseEnvelopeKakuNumber2”
  • “JapaneseEnvelopeKakuNumber3”
  • “JapaneseEnvelopeYouNumber4”
  • “JapanesePostcard”
  • “Ledger”
  • “Legal”
  • “Letter”
  • “MonarchEnvelope”
  • “Note”
  • “Number10Envelope”
  • “Number11Envelope”
  • “Number12Envelope”
  • “Number14Envelope”
  • “Number9Envelope”
  • “PersonalEnvelope”
  • “Prc16K”
  • “Prc32K”
  • “PrcEnvelopeNumber1”
  • “PrcEnvelopeNumber10”
  • “PrcEnvelopeNumber2”
  • “PrcEnvelopeNumber3”
  • “PrcEnvelopeNumber4”
  • “PrcEnvelopeNumber5”
  • “PrcEnvelopeNumber6”
  • “PrcEnvelopeNumber7”
  • “PrcEnvelopeNumber8”
  • “PrcEnvelopeNumber9”
  • “Quarto”
  • “Standard10x11”
  • “Standard10x14”
  • “Standard11x17”
  • “Standard12x11”
  • “Standard15x11”
  • “Standard9x11”
  • “Statement”
  • “Tabloid”
  • “USStandardFanfold”
  • “Custom”
8Paper Height SearchPrinter Paper HeightNormalDecimal12Paper Heightdecimal(38,38)
9Paper Width SearchPrinter Paper WidthNormalDecimal12Paper Widthdecimal(38,38)
10Paper Unit SearchPrinter Paper UnitsNormalOption4Paper Unitint
Available options are:
  • “Inches”
  • “Millimeters”
11Landscape SearchLandscapeNormalBoolean4Landscapetinyint
12outputBin SearchOutput BinNormalText2048outputBinnvarchar(4096)
13Paper Tray SearchPaper TrayNormalText2048Paper Traynvarchar(4096)
18AllowAllUsers SearchAllow all usersNormalBoolean4AllowAllUserstinyint
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Universal Printer Settings].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Universal Printer Settings$2654d7e7-9afd-4947-9e02-6bb8f3e0cd04] AS [Universal Printer Settings]
LEFT JOIN
       [User] AS [User]
              ON
                     [Universal Printer Settings].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Universal Printer Settings].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Universal Printer Settings$2654d7e7-9afd-4947-9e02-6bb8f3e0cd04] AS [Universal Printer Settings]
LEFT JOIN
       [User] AS [User]
              ON
                     [Universal Printer Settings].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *