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
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 Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Analysis View Code | Analysis View Code | Normal | Code | 10 | Analysis View Code | nvarchar(20) |
Key to join to the Analysis View table.Show/hide example querySELECT [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] | |||||||
2 | Budget Name | Budget Name | Normal | Code | 10 | Budget Name | nvarchar(20) |
Key to join to the G/L Budget Name table.Show/hide example querySELECT [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] | |||||||
3 | Business Unit Code | Business Unit Code | Normal | Code | 20 | Business Unit Code | nvarchar(40) |
Key to join to the Business Unit table.Show/hide example querySELECT [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] | |||||||
4 | G/L Account No. | G/L Account No. | Normal | Code | 20 | G_L Account No_ | nvarchar(40) |
5 | Dimension 1 Value Code | Dimension 1 Value Code | Normal | Code | 20 | Dimension 1 Value Code | nvarchar(40) |
6 | Dimension 2 Value Code | Dimension 2 Value Code | Normal | Code | 20 | Dimension 2 Value Code | nvarchar(40) |
7 | Dimension 3 Value Code | Dimension 3 Value Code | Normal | Code | 20 | Dimension 3 Value Code | nvarchar(40) |
8 | Dimension 4 Value Code | Dimension 4 Value Code | Normal | Code | 20 | Dimension 4 Value Code | nvarchar(40) |
9 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
10 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
11 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [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] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |