Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/4764
Table Type: Company
Table Name: Warehouse Module Setup
Database Table Name: CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31
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 Module Setup can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Customer No_]
,[Vendor No_]
,[Item 1 No_]
,[Item 2 No_]
,[Item 3 No_]
,[Location Bin]
,[Location Adv Logistics]
,[Location Directed Pick]
,[Location In-Transit]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31] AS [Warehouse Module Setup]
LEFT JOIN
[User] AS [User]
ON
[Warehouse Module Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Warehouse Module Setup].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Warehouse Module Setup table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Primary Key | Primary Key | Normal | Code | 20 | Primary Key | nvarchar(40) |
2 | Customer No. | Customer No. | Normal | Code | 20 | Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Warehouse Module Setup].[Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31] AS [Warehouse Module Setup] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Warehouse Module Setup].[Customer No_] = [Customer].[No_] | |||||||
3 | Vendor No. | Vendor No. | Normal | Code | 20 | Vendor No_ | nvarchar(40) |
Key to join to the Vendor table.Show/hide example querySELECT [Warehouse Module Setup].[Vendor No_] ,[Vendor].[No_] FROM [CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31] AS [Warehouse Module Setup] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Warehouse Module Setup].[Vendor No_] = [Vendor].[No_] | |||||||
4 | Item 1 No. | Item 1 No. | Normal | Code | 20 | Item 1 No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Warehouse Module Setup].[Item 1 No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31] AS [Warehouse Module Setup] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Warehouse Module Setup].[Item 1 No_] = [Item].[No_] | |||||||
5 | Item 2 No. | Item 2 No. | Normal | Code | 20 | Item 2 No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Warehouse Module Setup].[Item 2 No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31] AS [Warehouse Module Setup] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Warehouse Module Setup].[Item 2 No_] = [Item].[No_] | |||||||
6 | Item 3 No. | Item 3 No. | Normal | Code | 20 | Item 3 No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Warehouse Module Setup].[Item 3 No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31] AS [Warehouse Module Setup] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Warehouse Module Setup].[Item 3 No_] = [Item].[No_] | |||||||
7 | Location Bin | Location Bin | Normal | Code | 10 | Location Bin | nvarchar(20) |
8 | Location Adv Logistics | Location Advanced | Normal | Code | 10 | Location Adv Logistics | nvarchar(20) |
9 | Location Directed Pick | Location Directed Pick and Put-away | Normal | Code | 10 | Location Directed Pick | nvarchar(20) |
10 | Location In-Transit | Location In-Transit | Normal | Code | 10 | Location In-Transit | nvarchar(20) |
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 [Warehouse Module Setup].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Warehouse Module Setup$5a0b41e9-7a42-4123-d521-2265186cfb31] AS [Warehouse Module Setup] LEFT JOIN [User] AS [User] ON [Warehouse Module Setup].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |