Item Analysis View Budg. Entry

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

Table Type: Company

Table Name: Item Analysis View Budg. Entry
Database Table Name: CRONUS UK Ltd_$Item Analysis View Budg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 7156

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 Analysis View Budg. Entry can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Analysis Area]
   ,[Analysis View Code]
   ,[Budget Name]
   ,[Item No_]
   ,[Source Type]
   ,[Source No_]
   ,[Location Code]
   ,[Dimension 1 Value Code]
   ,[Dimension 2 Value Code]
   ,[Dimension 3 Value Code]
   ,[Posting Date]
   ,[Entry No_]
   ,[Quantity]
   ,[Sales Amount]
   ,[Cost Amount]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Item Analysis View Budg_ 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 Analysis View Budg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Budg. Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View]
      ON
         [Item Analysis View Budg. Entry].[Analysis View Code] = [Analysis View].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name]
      ON
         [Item Analysis View Budg. Entry].[Budget Name] = [G/L Budget Name].[Name]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Item Analysis View Budg. Entry].[Location Code] = [Location].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Analysis View Budg. Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Analysis View Budg. Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Item Analysis View Budg. Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Analysis Area Primary Key SearchAnalysis AreaNormalOption4Analysis Areaint
Available options are:
  • “Sales”
  • “Purchase”
  • “Inventory”
2Analysis View Code Primary Key SearchAnalysis View CodeNormalCode10Analysis View Codenvarchar(20)
Key to join to the Analysis View table.

Show/hide example query

SELECT
       [Item Analysis View Budg. Entry].[Analysis View Code]
       ,[Analysis View].[Code]
FROM
       [CRONUS UK Ltd_$Item Analysis View Budg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Budg. Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View]
              ON
                     [Item Analysis View Budg. Entry].[Analysis View Code] = [Analysis View].[Code]
3Budget Name Primary Key SearchBudget NameNormalCode10Budget Namenvarchar(20)
Key to join to the G/L Budget Name table.

Show/hide example query

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

Show/hide example query

SELECT
       [Item Analysis View Budg. Entry].[Item No_]
       ,[Item].[No_]
FROM
       [CRONUS UK Ltd_$Item Analysis View Budg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Budg. Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
              ON
                     [Item Analysis View Budg. Entry].[Item No_] = [Item].[No_]
5Source Type Primary Key SearchSource TypeNormalOption4Source Typeint
Available options are:
  • ” “
  • “Customer”
  • “Vendor”
  • “Item”
6Source No. Primary Key SearchSource No.NormalCode20Source No_nvarchar(40)
8Location Code Primary Key SearchLocation CodeNormalCode10Location Codenvarchar(20)
Key to join to the Location table.

Show/hide example query

SELECT
       [Item Analysis View Budg. Entry].[Location Code]
       ,[Location].[Code]
FROM
       [CRONUS UK Ltd_$Item Analysis View Budg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Budg. Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
              ON
                     [Item Analysis View Budg. Entry].[Location Code] = [Location].[Code]
9Dimension 1 Value Code Primary Key SearchDimension 1 Value CodeNormalCode20Dimension 1 Value Codenvarchar(40)
10Dimension 2 Value Code Primary Key SearchDimension 2 Value CodeNormalCode20Dimension 2 Value Codenvarchar(40)
11Dimension 3 Value Code Primary Key SearchDimension 3 Value CodeNormalCode20Dimension 3 Value Codenvarchar(40)
12Posting Date Primary Key SearchPosting DateNormalDate4Posting Datedatetime
13Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
21Quantity SearchQuantityNormalDecimal12Quantitydecimal(38,38)
22Sales Amount SearchSales AmountNormalDecimal12Sales Amountdecimal(38,38)
23Cost Amount SearchCost AmountNormalDecimal12Cost Amountdecimal(38,38)
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 Analysis View Budg. Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Item Analysis View Budg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Budg. Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Analysis View Budg. 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 Analysis View Budg. Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Item Analysis View Budg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Budg. Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Analysis View Budg. Entry].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Item Analysis View Budg. Entry table

Leave a Reply

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