Cost Element Buffer

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

Table Type: Company

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

Table Number: 5820

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 Cost Element Buffer can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Type]
   ,[Variance Type]
   ,[Actual Cost]
   ,[Actual Cost (ACY)]
   ,[Rounding Residual]
   ,[Rounding Residual (ACY)]
   ,[Expected Cost]
   ,[Expected Cost (ACY)]
   ,[Invoiced Quantity]
   ,[Remaining Quantity]
   ,[Inbound Completely Invoiced]
   ,[Last Valid Value Entry No]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Cost Element 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_$Cost Element Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cost Element Buffer]
LEFT JOIN
   [User] AS [User]
      ON
         [Cost Element Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Cost Element Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Cost Element Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Type Primary Key SearchTypeNormalOption4Typeint
Available options are:
  • “Direct Cost”
  • “Revaluation”
  • “Rounding”
  • “Indirect Cost”
  • “Variance”
  • “Total”
2Variance Type Primary Key SearchVariance TypeNormalOption4Variance Typeint
Available options are:
  • ” “
  • “Purchase”
  • “Material”
  • “Capacity”
  • “Capacity Overhead”
  • “Manufacturing Overhead”
  • “Subcontracted”
3Actual Cost SearchActual CostNormalDecimal12Actual Costdecimal(38,38)
4Actual Cost (ACY) SearchActual Cost (ACY)NormalDecimal12Actual Cost (ACY)decimal(38,38)
5Rounding Residual SearchRounding ResidualNormalDecimal12Rounding Residualdecimal(38,38)
6Rounding Residual (ACY) SearchRounding Residual (ACY)NormalDecimal12Rounding Residual (ACY)decimal(38,38)
7Expected Cost SearchExpected CostNormalDecimal12Expected Costdecimal(38,38)
8Expected Cost (ACY) SearchExpected Cost (ACY)NormalDecimal12Expected Cost (ACY)decimal(38,38)
9Invoiced Quantity SearchInvoiced QuantityNormalDecimal12Invoiced Quantitydecimal(38,38)
10Remaining Quantity SearchRemaining QuantityNormalDecimal12Remaining Quantitydecimal(38,38)
11Inbound Completely Invoiced SearchInbound Completely InvoicedNormalBoolean4Inbound Completely Invoicedtinyint
12Last Valid Value Entry No SearchLast Valid Value Entry NoNormalInteger4Last Valid Value Entry Noint
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
       [Cost Element Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cost Element Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cost Element Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cost Element 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
       [Cost Element Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Cost Element Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cost Element Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Cost Element Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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