Analysis View Budget Entry

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

Table Type: Company

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

Table Number: 366

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

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

Show/hide columns in Analysis View Budget Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Analysis View Code Primary Key SearchAnalysis View CodeNormalCode10Analysis View Codenvarchar(20)
Key to join to the Analysis View table.

Show/hide example query

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

Show/hide example query

SELECT
       [Analysis View Budget Entry].[Budget Name]
       ,[G/L Budget Name].[Name]
FROM
       [CRONUS UK Ltd_$Analysis View Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name]
              ON
                     [Analysis View Budget Entry].[Budget Name] = [G/L Budget Name].[Name]
3Business Unit Code Primary Key SearchBusiness Unit CodeNormalCode20Business Unit Codenvarchar(40)
Key to join to the Business Unit table.

Show/hide example query

SELECT
       [Analysis View Budget Entry].[Business Unit Code]
       ,[Business Unit].[Code]
FROM
       [CRONUS UK Ltd_$Analysis View Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Business Unit$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Unit]
              ON
                     [Analysis View Budget Entry].[Business Unit Code] = [Business Unit].[Code]
4G/L Account No. Primary Key SearchG/L Account No.NormalCode20G_L Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Analysis View Budget Entry].[G_L Account No_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Analysis View Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Budget Entry]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Analysis View Budget Entry].[G_L Account No_] = [G/L Account].[No_]
5Dimension 1 Value Code Primary Key SearchDimension 1 Value CodeNormalCode20Dimension 1 Value Codenvarchar(40)
6Dimension 2 Value Code Primary Key SearchDimension 2 Value CodeNormalCode20Dimension 2 Value Codenvarchar(40)
7Dimension 3 Value Code Primary Key SearchDimension 3 Value CodeNormalCode20Dimension 3 Value Codenvarchar(40)
8Dimension 4 Value Code Primary Key SearchDimension 4 Value CodeNormalCode20Dimension 4 Value Codenvarchar(40)
9Posting Date Primary Key SearchPosting DateNormalDate4Posting Datedatetime
10Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
11Amount SearchAmountNormalDecimal12Amountdecimal(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
       [Analysis View Budget Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Analysis View Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Budget Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Analysis View 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
       [Analysis View Budget Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Analysis View Budget Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Budget Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Analysis View Budget Entry].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Analysis View Budget Entry table

Leave a Reply

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