Invt. Posting Buffer

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

Table Type: Company

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

Table Number: 48

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Account Type]
   ,[Location Code]
   ,[Inventory Posting Group]
   ,[Dimension Entry No_]
   ,[Amount]
   ,[Amount (ACY)]
   ,[Interim Account]
   ,[Account No_]
   ,[Posting Date]
   ,[Gen_ Bus_ Posting Group]
   ,[Gen_ Prod_ Posting Group]
   ,[Negative]
   ,[Entry No_]
   ,[Bal_ Account Type]
   ,[Job No_]
   ,[Dimension Set ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Invt_ 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_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Invt. Posting Buffer].[Location Code] = [Location].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group]
      ON
         [Invt. Posting Buffer].[Inventory Posting Group] = [Inventory Posting Group].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
      ON
         [Invt. Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Invt. Posting Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Invt. Posting Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Invt. Posting Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Account Type Primary Key SearchAccount TypeNormalOption4Account Typeint
Available options are:
  • “Inventory (Interim)”
  • “Invt. Accrual (Interim)”
  • “Inventory”
  • “WIP Inventory”
  • “Inventory Adjmt.”
  • “Direct Cost Applied”
  • “Overhead Applied”
  • “Purchase Variance”
  • “COGS”
  • “COGS (Interim)”
  • “Material Variance”
  • “Capacity Variance”
  • “Subcontracted Variance”
  • “Cap. Overhead Variance”
  • “Mfg. Overhead Variance”
2Location Code Primary Key SearchLocation CodeNormalCode10Location Codenvarchar(20)
Key to join to the Location table.

Show/hide example query

SELECT
       [Invt. Posting Buffer].[Location Code]
       ,[Location].[Code]
FROM
       [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
              ON
                     [Invt. Posting Buffer].[Location Code] = [Location].[Code]
3Inventory Posting Group Primary Key SearchInventory Posting GroupNormalCode20Inventory Posting Groupnvarchar(40)
Key to join to the Inventory Posting Group table.

Show/hide example query

SELECT
       [Invt. Posting Buffer].[Inventory Posting Group]
       ,[Inventory Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group]
              ON
                     [Invt. Posting Buffer].[Inventory Posting Group] = [Inventory Posting Group].[Code]
4Dimension Entry No. SearchDimension Entry No.NormalInteger4Dimension Entry No_int
5Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
6Amount (ACY) SearchAmount (ACY)NormalDecimal12Amount (ACY)decimal(38,38)
7Interim Account SearchInterim AccountNormalBoolean4Interim Accounttinyint
8Account No. SearchAccount No.NormalCode20Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

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

Show/hide example query

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

Show/hide example query

SELECT
       [Invt. Posting Buffer].[Gen_ Prod_ Posting Group]
       ,[Gen. Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group]
              ON
                     [Invt. Posting Buffer].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code]
12Negative Primary Key SearchNegativeNormalBoolean4Negativetinyint
13Entry No. SearchEntry No.NormalInteger4Entry No_int
14Bal. Account Type Primary Key SearchBal. Account TypeNormalOption4Bal_ Account Typeint
Available options are:
  • “Inventory (Interim)”
  • “Invt. Accrual (Interim)”
  • “Inventory”
  • “WIP Inventory”
  • “Inventory Adjmt.”
  • “Direct Cost Applied”
  • “Overhead Applied”
  • “Purchase Variance”
  • “COGS”
  • “COGS (Interim)”
  • “Material Variance”
  • “Capacity Variance”
  • “Subcontracted Variance”
  • “Cap. Overhead Variance”
  • “Mfg. Overhead Variance”
15Job No. SearchJob No.NormalCode20Job No_nvarchar(40)
Key to join to the Job table.

Show/hide example query

SELECT
       [Invt. Posting Buffer].[Job No_]
       ,[Job].[No_]
FROM
       [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job]
              ON
                     [Invt. Posting Buffer].[Job No_] = [Job].[No_]
480Dimension Set ID Primary Key SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

SELECT
       [Invt. Posting Buffer].[Dimension Set ID]
       ,[Dimension Set Entry].[Dimension Set ID]
FROM
       [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
              ON
                     [Invt. Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
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
       [Invt. Posting Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Invt. 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
       [Invt. Posting Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Invt. Posting Buffer].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Invt. Posting Buffer table

Leave a Reply

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