Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/99000849
Table Type: Company
Table Name: Action Message Entry
Database Table Name: CRONUS UK Ltd_$Action Message 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 Action Message Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Action Message Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Entry No_]
,[Type]
,[Reservation Entry]
,[Quantity]
,[New Date]
,[Calculation]
,[Suppressed Action Msg_]
,[Source Type]
,[Source Subtype]
,[Source ID]
,[Source Batch Name]
,[Source Prod_ Order Line]
,[Source Ref_ No_]
,[Location Code]
,[Bin Code]
,[Variant Code]
,[Item No_]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Action Message 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_$Action Message Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Action Message Entry]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Action Message Entry].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item$c526b3e9-b8ca-4683-81ba-fcd5f6b1472a] AS [Item]
ON
[Action Message Entry].[Item No_] = [Item].[No_]
Show/hide columns in Action Message Entry table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Entry No_ ![]() ![]() | int | ||||
3 | Type ![]() | int | ||||
4 | Reservation Entry ![]() | int | ||||
5 | Quantity ![]() | decimal(38,38) | ||||
6 | New Date ![]() | datetime | ||||
7 | Calculation ![]() | int | ||||
8 | Suppressed Action Msg_ ![]() | tinyint | ||||
9 | Source Type ![]() | int | ||||
10 | Source Subtype ![]() | int | ||||
11 | Source ID ![]() | nvarchar(40) | ||||
12 | Source Batch Name ![]() | nvarchar(20) | ||||
13 | Source Prod_ Order Line ![]() | int | ||||
14 | Source Ref_ No_ ![]() | int | ||||
15 | Location Code ![]() | nvarchar(20) | ||||
Key to join to the Location table.Show/hide example querySELECT
[Action Message Entry].[Location Code]
,[Location].[Code]
FROM
[CRONUS UK Ltd_$Action Message Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Action Message Entry]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Action Message Entry].[Location Code] = [Location].[Code] | ||||||
16 | Bin Code ![]() | nvarchar(40) | ||||
17 | Variant Code ![]() | nvarchar(20) | ||||
18 | Item No_ ![]() | nvarchar(40) | ||||
Key to join to the Item table.Show/hide example querySELECT
[Action Message Entry].[Item No_]
,[Item].[No_]
FROM
[CRONUS UK Ltd_$Action Message Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Action Message Entry]
LEFT JOIN
[CRONUS UK Ltd_$Item$c526b3e9-b8ca-4683-81ba-fcd5f6b1472a] AS [Item]
ON
[Action Message Entry].[Item No_] = [Item].[No_] | ||||||
19 | $systemId ![]() | uniqueidentifier | ||||
20 | $systemCreatedAt ![]() | datetime | ||||
21 | $systemCreatedBy ![]() | uniqueidentifier | ||||
22 | $systemModifiedAt ![]() | datetime | ||||
23 | $systemModifiedBy ![]() | uniqueidentifier |