Inventory Report Entry

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

Table Type: Company

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

Table Number: 5846

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 Report Entry can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[No_]
   ,[Inventory]
   ,[Inventory (Interim)]
   ,[WIP Inventory]
   ,[Direct Cost Applied Actual]
   ,[Overhead Applied Actual]
   ,[Purchase Variance]
   ,[Inventory Adjmt_]
   ,[Invt_ Accrual (Interim)]
   ,[COGS]
   ,[COGS (Interim)]
   ,[Material Variance]
   ,[Capacity Variance]
   ,[Subcontracted Variance]
   ,[Capacity Overhead Variance]
   ,[Mfg_ Overhead Variance]
   ,[Total]
   ,[G_L Total]
   ,[Difference]
   ,[Type]
   ,[Direct Cost Applied WIP]
   ,[Overhead Applied WIP]
   ,[Inventory To WIP]
   ,[WIP To Interim]
   ,[Direct Cost Applied]
   ,[Overhead Applied]
   ,[Description]
   ,[Warning]
   ,[Cost is Posted to G_L Warning]
   ,[Expected Cost Posting Warning]
   ,[Compression Warning]
   ,[Posting Group Warning]
   ,[Direct Postings Warning]
   ,[Posting Date Warning]
   ,[Closing Period Overlap Warning]
   ,[Similar Accounts Warning]
   ,[Deleted G_L Accounts Warning]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Inventory Report Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [] AS [Inventory Report Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Inventory Report Entry].[Location Filter] = [Location].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Inventory Report Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Inventory Report Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Inventory Report Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
3No. SearchNo.NormalCode20No_nvarchar(40)
5Location Filter SearchLocation FilterFlowFilterCode10
6Posting Date Filter SearchPosting Date FilterFlowFilterDate4
8Inventory SearchInventoryNormalDecimal12Inventorydecimal(38,38)
9Inventory (Interim) SearchInventory (Interim)NormalDecimal12Inventory (Interim)decimal(38,38)
10WIP Inventory SearchWIP InventoryNormalDecimal12WIP Inventorydecimal(38,38)
11Direct Cost Applied Actual SearchDirect Cost Applied ActualNormalDecimal12Direct Cost Applied Actualdecimal(38,38)
12Overhead Applied Actual SearchOverhead Applied ActualNormalDecimal12Overhead Applied Actualdecimal(38,38)
13Purchase Variance SearchPurchase VarianceNormalDecimal12Purchase Variancedecimal(38,38)
14Inventory Adjmt. SearchInventory Adjmt.NormalDecimal12Inventory Adjmt_decimal(38,38)
16Invt. Accrual (Interim) SearchInvt. Accrual (Interim)NormalDecimal12Invt_ Accrual (Interim)decimal(38,38)
17COGS SearchCOGSNormalDecimal12COGSdecimal(38,38)
18COGS (Interim) SearchCOGS (Interim)NormalDecimal12COGS (Interim)decimal(38,38)
19Material Variance SearchMaterial VarianceNormalDecimal12Material Variancedecimal(38,38)
20Capacity Variance SearchCapacity VarianceNormalDecimal12Capacity Variancedecimal(38,38)
21Subcontracted Variance SearchSubcontracted VarianceNormalDecimal12Subcontracted Variancedecimal(38,38)
22Capacity Overhead Variance SearchCapacity Overhead VarianceNormalDecimal12Capacity Overhead Variancedecimal(38,38)
23Mfg. Overhead Variance SearchMfg. Overhead VarianceNormalDecimal12Mfg_ Overhead Variancedecimal(38,38)
28Total SearchTotalNormalDecimal12Totaldecimal(38,38)
29G/L Total SearchG/L TotalNormalDecimal12G_L Totaldecimal(38,38)
30Difference SearchDifferenceNormalDecimal12Differencedecimal(38,38)
31Type Primary Key SearchTypeNormalOption4Typeint
Available options are:
  • ” “
  • “G/L Account”
  • “Item”
32Direct Cost Applied WIP SearchDirect Cost Applied WIPNormalDecimal12Direct Cost Applied WIPdecimal(38,38)
33Overhead Applied WIP SearchOverhead Applied WIPNormalDecimal12Overhead Applied WIPdecimal(38,38)
35Inventory To WIP SearchInventory To WIPNormalDecimal12Inventory To WIPdecimal(38,38)
36WIP To Interim SearchWIP To InterimNormalDecimal12WIP To Interimdecimal(38,38)
37Direct Cost Applied SearchDirect Cost AppliedNormalDecimal12Direct Cost Applieddecimal(38,38)
38Overhead Applied SearchOverhead AppliedNormalDecimal12Overhead Applieddecimal(38,38)
39Description SearchDescriptionNormalText100Descriptionnvarchar(200)
40Warning SearchWarningNormalText50Warningnvarchar(100)
61Cost is Posted to G/L Warning SearchCost is Posted to G/L WarningNormalBoolean4Cost is Posted to G_L Warningtinyint
62Expected Cost Posting Warning SearchExpected Cost Posting WarningNormalBoolean4Expected Cost Posting Warningtinyint
63Compression Warning SearchCompression WarningNormalBoolean4Compression Warningtinyint
64Posting Group Warning SearchPosting Group WarningNormalBoolean4Posting Group Warningtinyint
65Direct Postings Warning SearchDirect Postings WarningNormalBoolean4Direct Postings Warningtinyint
66Posting Date Warning SearchPosting Date WarningNormalBoolean4Posting Date Warningtinyint
67Closing Period Overlap Warning SearchClosing Period Overlap WarningNormalBoolean4Closing Period Overlap Warningtinyint
68Similar Accounts Warning SearchSimilar Accounts WarningNormalBoolean4Similar Accounts Warningtinyint
69Deleted G/L Accounts Warning SearchDeleted G/L Accounts WarningNormalBoolean4Deleted G_L Accounts Warningtinyint
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 Report Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Inventory Report Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Report Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Inventory Report Entry].[$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 Report Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Inventory Report Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Report Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Inventory Report Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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