Item Budget Entry

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

Table Type: Company

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

Table Number: 7134

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Analysis Area]
   ,[Budget Name]
   ,[Date]
   ,[Item No_]
   ,[Source Type]
   ,[Source No_]
   ,[Description]
   ,[Quantity]
   ,[Cost Amount]
   ,[Sales Amount]
   ,[User ID]
   ,[Location Code]
   ,[Global Dimension 1 Code]
   ,[Global Dimension 2 Code]
   ,[Budget Dimension 1 Code]
   ,[Budget Dimension 2 Code]
   ,[Budget Dimension 3 Code]
   ,[Dimension Set ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Budget Entry]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name]
      ON
         [Item Budget Entry].[Budget Name] = [G/L Budget Name].[Name]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Item Budget Entry].[Location Code] = [Location].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Item Budget Entry].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Item Budget Entry].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Item Budget Entry].[Budget Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Item Budget Entry].[Budget Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Item Budget Entry].[Budget Dimension 3 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
      ON
         [Item Budget Entry].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Budget Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Budget Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Item Budget Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2Analysis Area SearchAnalysis AreaNormalOption4Analysis Areaint
Available options are:
  • “Sales”
  • “Purchase”
  • “Inventory”
3Budget Name SearchBudget NameNormalCode10Budget Namenvarchar(20)
Key to join to the G/L Budget Name table.

Show/hide example query

SELECT
       [Item Budget Entry].[Budget Name]
       ,[G/L Budget Name].[Name]
FROM
       [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name]
              ON
                     [Item Budget Entry].[Budget Name] = [G/L Budget Name].[Name]
4Date SearchDateNormalDate4Datedatetime
5Item No. SearchItem No.NormalCode20Item No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [Item Budget Entry].[Item No_]
       ,[Item].[No_]
FROM
       [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
              ON
                     [Item Budget Entry].[Item No_] = [Item].[No_]
6Source Type SearchSource TypeNormalOption4Source Typeint
Available options are:
  • ” “
  • “Customer”
  • “Vendor”
  • “Item”
7Source No. SearchSource No.NormalCode20Source No_nvarchar(40)
8Description SearchDescriptionNormalText100Descriptionnvarchar(200)
9Quantity SearchQuantityNormalDecimal12Quantitydecimal(38,38)
10Cost Amount SearchCost AmountNormalDecimal12Cost Amountdecimal(38,38)
11Sales Amount SearchSales AmountNormalDecimal12Sales Amountdecimal(38,38)
13User ID SearchUser IDNormalCode50User IDnvarchar(100)
14Location Code SearchLocation CodeNormalCode10Location Codenvarchar(20)
Key to join to the Location table.

Show/hide example query

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

Show/hide example query

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

Show/hide example query

SELECT
       [Item Budget Entry].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Item Budget Entry].[Global Dimension 2 Code] = [Dimension].[Code]
17Budget Dimension 1 Code SearchBudget Dimension 1 CodeNormalCode20Budget Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Item Budget Entry].[Budget Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Item Budget Entry].[Budget Dimension 1 Code] = [Dimension].[Code]
18Budget Dimension 2 Code SearchBudget Dimension 2 CodeNormalCode20Budget Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Item Budget Entry].[Budget Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Item Budget Entry].[Budget Dimension 2 Code] = [Dimension].[Code]
19Budget Dimension 3 Code SearchBudget Dimension 3 CodeNormalCode20Budget Dimension 3 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Item Budget Entry].[Budget Dimension 3 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Item Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Item Budget Entry].[Budget Dimension 3 Code] = [Dimension].[Code]
480Dimension Set ID SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

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

Show/hide tables related from Item Budget Entry table

Leave a Reply

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