Inventory Adjustment Buffer

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

Table Type: Company

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

Table Number: 5895

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 Inventory Adjustment Buffer can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Item No_]
   ,[Posting Date]
   ,[Document No_]
   ,[Location Code]
   ,[Item Ledger Entry No_]
   ,[Item Ledger Entry Quantity]
   ,[Cost Amount (Actual)]
   ,[Cost Amount (Actual) (ACY)]
   ,[Expected Cost]
   ,[Valued By Average Cost]
   ,[Valuation Date]
   ,[Entry Type]
   ,[Variance Type]
   ,[Cost Amount (Expected)]
   ,[Cost Amount (Expected) (ACY)]
   ,[Variant Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Inventory Adjustment 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_$Inventory Adjustment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Adjustment Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Inventory Adjustment Buffer].[Location Code] = [Location].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
      ON
         [Inventory Adjustment Buffer].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Inventory Adjustment Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Inventory Adjustment Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Inventory Adjustment Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2Item No. SearchItem No.NormalCode20Item No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [Inventory Adjustment Buffer].[Item No_]
       ,[Item].[No_]
FROM
       [CRONUS UK Ltd_$Inventory Adjustment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Adjustment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
              ON
                     [Inventory Adjustment Buffer].[Item No_] = [Item].[No_]
3Posting Date SearchPosting DateNormalDate4Posting Datedatetime
6Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
8Location Code SearchLocation CodeNormalCode10Location Codenvarchar(20)
Key to join to the Location table.

Show/hide example query

SELECT
       [Inventory Adjustment Buffer].[Location Code]
       ,[Location].[Code]
FROM
       [CRONUS UK Ltd_$Inventory Adjustment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Adjustment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
              ON
                     [Inventory Adjustment Buffer].[Location Code] = [Location].[Code]
11Item Ledger Entry No. SearchItem Ledger Entry No.NormalInteger4Item Ledger Entry No_int
Key to join to the Item Ledger Entry table.

Show/hide example query

SELECT
       [Inventory Adjustment Buffer].[Item Ledger Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Inventory Adjustment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Adjustment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Inventory Adjustment Buffer].[Item Ledger Entry No_] = [Item Ledger Entry].[Entry No_]
13Item Ledger Entry Quantity SearchItem Ledger Entry QuantityNormalDecimal12Item Ledger Entry Quantitydecimal(38,38)
43Cost Amount (Actual) SearchCost Amount (Actual)NormalDecimal12Cost Amount (Actual)decimal(38,38)
68Cost Amount (Actual) (ACY) SearchCost Amount (Actual) (ACY)NormalDecimal12Cost Amount (Actual) (ACY)decimal(38,38)
98Expected Cost SearchExpected CostNormalBoolean4Expected Costtinyint
100Valued By Average Cost SearchValued By Average CostNormalBoolean4Valued By Average Costtinyint
104Valuation Date SearchValuation DateNormalDate4Valuation Datedatetime
105Entry Type SearchEntry TypeNormalOption4Entry Typeint
Available options are:
  • “Direct Cost”
  • “Revaluation”
  • “Rounding”
  • “Indirect Cost”
  • “Variance”
  • “Total”
106Variance Type SearchVariance TypeNormalOption4Variance Typeint
Available options are:
  • ” “
  • “Purchase”
  • “Material”
  • “Capacity”
  • “Capacity Overhead”
  • “Manufacturing Overhead”
  • “Subcontracted”
151Cost Amount (Expected) SearchCost Amount (Expected)NormalDecimal12Cost Amount (Expected)decimal(38,38)
156Cost Amount (Expected) (ACY) SearchCost Amount (Expected) (ACY)NormalDecimal12Cost Amount (Expected) (ACY)decimal(38,38)
5402Variant Code SearchVariant CodeNormalCode10Variant Codenvarchar(20)
Key to join to the Item Variant table.

Show/hide example query

SELECT
       [Inventory Adjustment Buffer].[Variant Code]
       ,[Item Variant].[Code]
FROM
       [CRONUS UK Ltd_$Inventory Adjustment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Adjustment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
              ON
                     [Inventory Adjustment Buffer].[Variant Code] = [Item Variant].[Code]
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
       [Inventory Adjustment Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Inventory Adjustment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Adjustment Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Inventory Adjustment 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
       [Inventory Adjustment Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Inventory Adjustment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Adjustment Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Inventory Adjustment Buffer].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Inventory Adjustment Buffer table

Leave a Reply

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