Email Printer Settings

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

Table Type: Company

Table Name: Email Printer Settings
Database Table Name: CRONUS UK Ltd_$Email Printer Settings$8c972578-fe72-4aa5-ae51-cc5575fef2ea

Table Number: 2650

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 Email Printer Settings can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Email Printer Settings$8c972578-fe72-4aa5-ae51-cc5575fef2ea]

Show/hide an example select of all columns by name

SELECT
   [ID]
   ,[Description]
   ,[Email Address]
   ,[Email Subject]
   ,[Email Body]
   ,[Paper Size]
   ,[Paper Height]
   ,[Paper Width]
   ,[Paper Unit]
   ,[Landscape]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Email Printer Settings$8c972578-fe72-4aa5-ae51-cc5575fef2ea]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Email Printer Settings$8c972578-fe72-4aa5-ae51-cc5575fef2ea] AS [Email Printer Settings]
LEFT JOIN
   [User] AS [User]
      ON
         [Email Printer Settings].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Email Printer Settings].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Email Printer Settings table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1ID Primary Key SearchPrinter IDNormalCode250IDnvarchar(500)
2Description SearchPrinter DescriptionNormalText250Descriptionnvarchar(500)
3Email Address SearchPrinter Email AddressNormalText250Email Addressnvarchar(500)
4Email Subject SearchEmail SubjectNormalText250Email Subjectnvarchar(500)
5Email Body SearchEmail BodyNormalText2048Email Bodynvarchar(4096)
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”
7Paper Height SearchPrinter Paper HeightNormalDecimal12Paper Heightdecimal(38,38)
8Paper Width SearchPrinter Paper WidthNormalDecimal12Paper Widthdecimal(38,38)
9Paper Unit SearchPrinter Paper UnitsNormalOption4Paper Unitint
Available options are:
  • “Inches”
  • “Millimeters”
10Landscape SearchLandscapeNormalBoolean4Landscapetinyint
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
       [Email Printer Settings].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Email Printer Settings$8c972578-fe72-4aa5-ae51-cc5575fef2ea] AS [Email Printer Settings]
LEFT JOIN
       [User] AS [User]
              ON
                     [Email 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
       [Email Printer Settings].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Email Printer Settings$8c972578-fe72-4aa5-ae51-cc5575fef2ea] AS [Email Printer Settings]
LEFT JOIN
       [User] AS [User]
              ON
                     [Email Printer Settings].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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