Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5767
Table Type: Company
Table Name: Warehouse Activity Line
Database Table Name: CRONUS UK Ltd_$Warehouse Activity Line$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 Warehouse Activity Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Activity Type]
,[No_]
,[Line No_]
,[Source Type]
,[Source Subtype]
,[Source No_]
,[Source Line No_]
,[Source Subline No_]
,[Source Document]
,[Location Code]
,[Shelf No_]
,[Sorting Sequence No_]
,[Item No_]
,[Variant Code]
,[Unit of Measure Code]
,[Qty_ per Unit of Measure]
,[Description]
,[Description 2]
,[Quantity]
,[Qty_ (Base)]
,[Qty_ Outstanding]
,[Qty_ Outstanding (Base)]
,[Qty_ to Handle]
,[Qty_ to Handle (Base)]
,[Qty_ Handled]
,[Qty_ Handled (Base)]
,[Shipping Advice]
,[Due Date]
,[Destination Type]
,[Destination No_]
,[Shipping Agent Code]
,[Shipping Agent Service Code]
,[Shipment Method Code]
,[Starting Date]
,[Qty_ Rounding Precision]
,[Qty_ Rounding Precision (Base)]
,[Assemble to Order]
,[ATO Component]
,[Serial No_]
,[Lot No_]
,[Warranty Date]
,[Expiration Date]
,[Package No_]
,[Bin Code]
,[Zone Code]
,[Action Type]
,[Whse_ Document Type]
,[Whse_ Document No_]
,[Whse_ Document Line No_]
,[Bin Ranking]
,[Cubage]
,[Weight]
,[Special Equipment Code]
,[Bin Type Code]
,[Breakbulk No_]
,[Original Breakbulk]
,[Breakbulk]
,[Cross-Dock Information]
,[Dedicated]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Warehouse Activity Line].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item$c526b3e9-b8ca-4683-81ba-fcd5f6b1472a] AS [Item]
ON
[Warehouse Activity Line].[Item No_] = [Item].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Unit of Measure]
ON
[Warehouse Activity Line].[Unit of Measure Code] = [Unit of Measure].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent]
ON
[Warehouse Activity Line].[Shipping Agent Code] = [Shipping Agent].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent Services]
ON
[Warehouse Activity Line].[Shipping Agent Service Code] = [Shipping Agent Services].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Warehouse Activity Line].[Shipment Method Code] = [Shipment Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Special Equipment$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Special Equipment]
ON
[Warehouse Activity Line].[Special Equipment Code] = [Special Equipment].[Code]
Show/hide columns in Warehouse Activity Line table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Activity Type ![]() ![]() | int | ||||
3 | No_ ![]() ![]() | nvarchar(40) | ||||
4 | Line No_ ![]() ![]() | int | ||||
5 | Source Type ![]() | int | ||||
6 | Source Subtype ![]() | int | ||||
7 | Source No_ ![]() | nvarchar(40) | ||||
8 | Source Line No_ ![]() | int | ||||
9 | Source Subline No_ ![]() | int | ||||
10 | Source Document ![]() | int | ||||
11 | Location Code ![]() | nvarchar(20) | ||||
Key to join to the Location table.Show/hide example querySELECT
[Warehouse Activity Line].[Location Code]
,[Location].[Code]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Warehouse Activity Line].[Location Code] = [Location].[Code] | ||||||
12 | Shelf No_ ![]() | nvarchar(20) | ||||
13 | Sorting Sequence No_ ![]() | int | ||||
14 | Item No_ ![]() | nvarchar(40) | ||||
Key to join to the Item table.Show/hide example querySELECT
[Warehouse Activity Line].[Item No_]
,[Item].[No_]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Item$c526b3e9-b8ca-4683-81ba-fcd5f6b1472a] AS [Item]
ON
[Warehouse Activity Line].[Item No_] = [Item].[No_] | ||||||
15 | Variant Code ![]() | nvarchar(20) | ||||
16 | Unit of Measure Code ![]() | nvarchar(20) | ||||
Key to join to the Unit of Measure table.Show/hide example querySELECT
[Warehouse Activity Line].[Unit of Measure Code]
,[Unit of Measure].[Code]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Unit of Measure$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Unit of Measure]
ON
[Warehouse Activity Line].[Unit of Measure Code] = [Unit of Measure].[Code] | ||||||
17 | Qty_ per Unit of Measure ![]() | decimal(38,38) | ||||
18 | Description ![]() | nvarchar(200) | ||||
19 | Description 2 ![]() | nvarchar(100) | ||||
20 | Quantity ![]() | decimal(38,38) | ||||
21 | Qty_ (Base) ![]() | decimal(38,38) | ||||
22 | Qty_ Outstanding ![]() | decimal(38,38) | ||||
23 | Qty_ Outstanding (Base) ![]() | decimal(38,38) | ||||
24 | Qty_ to Handle ![]() | decimal(38,38) | ||||
25 | Qty_ to Handle (Base) ![]() | decimal(38,38) | ||||
26 | Qty_ Handled ![]() | decimal(38,38) | ||||
27 | Qty_ Handled (Base) ![]() | decimal(38,38) | ||||
28 | Shipping Advice ![]() | int | ||||
29 | Due Date ![]() | datetime | ||||
30 | Destination Type ![]() | int | ||||
31 | Destination No_ ![]() | nvarchar(40) | ||||
32 | Shipping Agent Code ![]() | nvarchar(20) | ||||
Key to join to the Shipping Agent table.Show/hide example querySELECT
[Warehouse Activity Line].[Shipping Agent Code]
,[Shipping Agent].[Code]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent]
ON
[Warehouse Activity Line].[Shipping Agent Code] = [Shipping Agent].[Code] | ||||||
33 | Shipping Agent Service Code ![]() | nvarchar(20) | ||||
Key to join to the Shipping Agent Services table.Show/hide example querySELECT
[Warehouse Activity Line].[Shipping Agent Service Code]
,[Shipping Agent Services].[Code]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent Services]
ON
[Warehouse Activity Line].[Shipping Agent Service Code] = [Shipping Agent Services].[Code] | ||||||
34 | Shipment Method Code ![]() | nvarchar(20) | ||||
Key to join to the Shipment Method table.Show/hide example querySELECT
[Warehouse Activity Line].[Shipment Method Code]
,[Shipment Method].[Code]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Warehouse Activity Line].[Shipment Method Code] = [Shipment Method].[Code] | ||||||
35 | Starting Date ![]() | datetime | ||||
36 | Qty_ Rounding Precision ![]() | decimal(38,38) | ||||
37 | Qty_ Rounding Precision (Base) ![]() | decimal(38,38) | ||||
38 | Assemble to Order ![]() | tinyint | ||||
39 | ATO Component ![]() | tinyint | ||||
40 | Serial No_ ![]() | nvarchar(100) | ||||
41 | Lot No_ ![]() | nvarchar(100) | ||||
42 | Warranty Date ![]() | datetime | ||||
43 | Expiration Date ![]() | datetime | ||||
44 | Package No_ ![]() | nvarchar(100) | ||||
45 | Bin Code ![]() | nvarchar(40) | ||||
46 | Zone Code ![]() | nvarchar(20) | ||||
47 | Action Type ![]() | int | ||||
48 | Whse_ Document Type ![]() | int | ||||
49 | Whse_ Document No_ ![]() | nvarchar(40) | ||||
50 | Whse_ Document Line No_ ![]() | int | ||||
51 | Bin Ranking ![]() | int | ||||
52 | Cubage ![]() | decimal(38,38) | ||||
53 | Weight ![]() | decimal(38,38) | ||||
54 | Special Equipment Code ![]() | nvarchar(20) | ||||
Key to join to the Special Equipment table.Show/hide example querySELECT
[Warehouse Activity Line].[Special Equipment Code]
,[Special Equipment].[Code]
FROM
[CRONUS UK Ltd_$Warehouse Activity Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Line]
LEFT JOIN
[CRONUS UK Ltd_$Special Equipment$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Special Equipment]
ON
[Warehouse Activity Line].[Special Equipment Code] = [Special Equipment].[Code] | ||||||
55 | Bin Type Code ![]() | nvarchar(20) | ||||
56 | Breakbulk No_ ![]() | int | ||||
57 | Original Breakbulk ![]() | tinyint | ||||
58 | Breakbulk ![]() | tinyint | ||||
59 | Cross-Dock Information ![]() | int | ||||
60 | Dedicated ![]() | tinyint | ||||
61 | $systemId ![]() | uniqueidentifier | ||||
62 | $systemCreatedAt ![]() | datetime | ||||
63 | $systemCreatedBy ![]() | uniqueidentifier | ||||
64 | $systemModifiedAt ![]() | datetime | ||||
65 | $systemModifiedBy ![]() | uniqueidentifier |