Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/7331
Table Type: Company
Table Name: Whse_ Internal Put-away Header
Database Table Name: CRONUS UK Ltd_$Whse_ Internal Put-away Header$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 Whse_ Internal Put-away Header can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Whse_ Internal Put-away Header$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[No_]
,[Location Code]
,[Assigned User ID]
,[Assignment Date]
,[Assignment Time]
,[No_ Series]
,[From Bin Code]
,[From Zone Code]
,[Due Date]
,[Document Status]
,[Sorting Method]
,[Status]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Whse_ Internal Put-away Header$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Whse_ Internal Put-away Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Whse_ Internal Put-away Header]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Whse_ Internal Put-away Header].[Location Code] = [Location].[Code]
Show/hide columns in Whse_ Internal Put-away Header table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | No_ ![]() ![]() | nvarchar(40) | ||||
3 | Location Code ![]() | nvarchar(20) | ||||
Key to join to the Location table.Show/hide example querySELECT
[Whse_ Internal Put-away Header].[Location Code]
,[Location].[Code]
FROM
[CRONUS UK Ltd_$Whse_ Internal Put-away Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Whse_ Internal Put-away Header]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Whse_ Internal Put-away Header].[Location Code] = [Location].[Code] | ||||||
4 | Assigned User ID ![]() | nvarchar(100) | ||||
5 | Assignment Date ![]() | datetime | ||||
6 | Assignment Time ![]() | datetime | ||||
7 | No_ Series ![]() | nvarchar(40) | ||||
8 | From Bin Code ![]() | nvarchar(40) | ||||
9 | From Zone Code ![]() | nvarchar(20) | ||||
10 | Due Date ![]() | datetime | ||||
11 | Document Status ![]() | int | ||||
12 | Sorting Method ![]() | int | ||||
13 | Status ![]() | int | ||||
14 | $systemId ![]() | uniqueidentifier | ||||
15 | $systemCreatedAt ![]() | datetime | ||||
16 | $systemCreatedBy ![]() | uniqueidentifier | ||||
17 | $systemModifiedAt ![]() | datetime | ||||
18 | $systemModifiedBy ![]() | uniqueidentifier |