Deferral Posting Buffer

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

Table Type: Company

Table Name: Deferral Posting Buffer
Database Table Name: CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 1706

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 Deferral Posting Buffer can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Type]
   ,[G_L Account]
   ,[Gen_ Bus_ Posting Group]
   ,[Gen_ Prod_ Posting Group]
   ,[VAT Bus_ Posting Group]
   ,[VAT Prod_ Posting Group]
   ,[Tax Area Code]
   ,[Tax Group Code]
   ,[Tax Liable]
   ,[Use Tax]
   ,[Job No_]
   ,[Posting Date]
   ,[Amount]
   ,[Amount (LCY)]
   ,[Global Dimension 1 Code]
   ,[Global Dimension 2 Code]
   ,[Description]
   ,[Deferral Account]
   ,[Period Description]
   ,[Deferral Doc_ Type]
   ,[Document No_]
   ,[Sales_Purch Amount]
   ,[Sales_Purch Amount (LCY)]
   ,[Gen_ Posting Type]
   ,[Partial Deferral]
   ,[Dimension Set ID]
   ,[Deferral Code]
   ,[Deferral Line No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
      ON
         [Deferral Posting Buffer].[Tax Area Code] = [Tax Area].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
      ON
         [Deferral Posting Buffer].[Tax Group Code] = [Tax Group].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Deferral Posting Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Deferral Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
      ON
         [Deferral Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
   [CRONUS UK Ltd_$Deferral Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Template]
      ON
         [Deferral Posting Buffer].[Deferral Code] = [Deferral Template].[Deferral Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Deferral Posting Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Deferral Posting Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Deferral Posting Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2Type SearchTypeNormalOption4Typeint
Available options are:
  • “Prepmt. Exch. Rate Difference”
  • “G/L Account”
  • “Item”
  • “Resource”
  • “Fixed Asset”
3G/L Account SearchG/L AccountNormalCode20G_L Accountnvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[G_L Account]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Deferral Posting Buffer].[G_L Account] = [G/L Account].[No_]
4Gen. Bus. Posting Group SearchGen. Bus. Posting GroupNormalCode20Gen_ Bus_ Posting Groupnvarchar(40)
Key to join to the Gen. Business Posting Group table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Gen_ Bus_ Posting Group]
       ,[Gen. Business Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group]
              ON
                     [Deferral Posting Buffer].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code]
5Gen. Prod. Posting Group SearchGen. Prod. Posting GroupNormalCode20Gen_ Prod_ Posting Groupnvarchar(40)
Key to join to the Gen. Product Posting Group table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Gen_ Prod_ Posting Group]
       ,[Gen. Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group]
              ON
                     [Deferral Posting Buffer].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code]
6VAT Bus. Posting Group SearchVAT Bus. Posting GroupNormalCode20VAT Bus_ Posting Groupnvarchar(40)
Key to join to the VAT Business Posting Group table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[VAT Bus_ Posting Group]
       ,[VAT Business Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group]
              ON
                     [Deferral Posting Buffer].[VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code]
7VAT Prod. Posting Group SearchVAT Prod. Posting GroupNormalCode20VAT Prod_ Posting Groupnvarchar(40)
Key to join to the VAT Product Posting Group table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[VAT Prod_ Posting Group]
       ,[VAT Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Product Posting Group]
              ON
                     [Deferral Posting Buffer].[VAT Prod_ Posting Group] = [VAT Product Posting Group].[Code]
8Tax Area Code SearchTax Area CodeNormalCode20Tax Area Codenvarchar(40)
Key to join to the Tax Area table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Tax Area Code]
       ,[Tax Area].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
              ON
                     [Deferral Posting Buffer].[Tax Area Code] = [Tax Area].[Code]
9Tax Group Code SearchTax Group CodeNormalCode20Tax Group Codenvarchar(40)
Key to join to the Tax Group table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Tax Group Code]
       ,[Tax Group].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
              ON
                     [Deferral Posting Buffer].[Tax Group Code] = [Tax Group].[Code]
10Tax Liable SearchTax LiableNormalBoolean4Tax Liabletinyint
11Use Tax SearchUse TaxNormalBoolean4Use Taxtinyint
12Job No. SearchJob No.NormalCode20Job No_nvarchar(40)
Key to join to the Job table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Job No_]
       ,[Job].[No_]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job]
              ON
                     [Deferral Posting Buffer].[Job No_] = [Job].[No_]
13Posting Date SearchPosting DateNormalDate4Posting Datedatetime
14Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
15Amount (LCY) SearchAmount ($)NormalDecimal12Amount (LCY)decimal(38,38)
16System-Created Entry SearchSystem-Created EntryNormalBoolean4
17Global Dimension 1 Code SearchGlobal Dimension 1 CodeNormalCode20Global Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Global Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Deferral Posting Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
18Global Dimension 2 Code SearchGlobal Dimension 2 CodeNormalCode20Global Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Deferral Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
19Description SearchDescriptionNormalText100Descriptionnvarchar(200)
20Deferral Account SearchDeferral AccountNormalCode20Deferral Accountnvarchar(40)
21Period Description SearchPeriod DescriptionNormalText100Period Descriptionnvarchar(200)
22Deferral Doc. Type SearchDeferral Doc. TypeNormalOption4Deferral Doc_ Typeint
Available options are:
  • “Purchase”
  • “Sales”
  • “G/L”
23Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
24Sales/Purch Amount SearchSales/Purch AmountNormalDecimal12Sales_Purch Amountdecimal(38,38)
25Sales/Purch Amount (LCY) SearchSales/Purch Amount ($)NormalDecimal12Sales_Purch Amount (LCY)decimal(38,38)
26Gen. Posting Type SearchGen. Posting TypeNormalOption4Gen_ Posting Typeint
Available options are:
  • ” “
  • “Purchase”
  • “Sale”
  • “Settlement”
27Partial Deferral SearchPartial DeferralNormalBoolean4Partial Deferraltinyint
480Dimension Set ID SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Dimension Set ID]
       ,[Dimension Set Entry].[Dimension Set ID]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
              ON
                     [Deferral Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
1700Deferral Code SearchDeferral CodeNormalCode10Deferral Codenvarchar(20)
Key to join to the Deferral Template table.

Show/hide example query

SELECT
       [Deferral Posting Buffer].[Deferral Code]
       ,[Deferral Template].[Deferral Code]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Deferral Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Template]
              ON
                     [Deferral Posting Buffer].[Deferral Code] = [Deferral Template].[Deferral Code]
1701Deferral Line No. SearchDeferral Line No.NormalInteger4Deferral Line No_int
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
       [Deferral Posting Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Deferral Posting Buffer].[$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
       [Deferral Posting Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Deferral Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Posting Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Deferral Posting Buffer].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Deferral Posting Buffer table

Leave a Reply

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