Warehouse Module Setup

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

Table Number: 4764

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 NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode20Primary Keynvarchar(40)
2Customer No. SearchCustomer No.NormalCode20Customer No_nvarchar(40)
Key to join to the Customer table.

Show/hide example query

SELECT
       [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_]
3Vendor No. SearchVendor No.NormalCode20Vendor No_nvarchar(40)
Key to join to the Vendor table.

Show/hide example query

SELECT
       [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_]
4Item 1 No. SearchItem 1 No.NormalCode20Item 1 No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [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_]
5Item 2 No. SearchItem 2 No.NormalCode20Item 2 No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [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_]
6Item 3 No. SearchItem 3 No.NormalCode20Item 3 No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [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_]
7Location Bin SearchLocation BinNormalCode10Location Binnvarchar(20)
8Location Adv Logistics SearchLocation AdvancedNormalCode10Location Adv Logisticsnvarchar(20)
9Location Directed Pick SearchLocation Directed Pick and Put-awayNormalCode10Location Directed Picknvarchar(20)
10Location In-Transit SearchLocation In-TransitNormalCode10Location In-Transitnvarchar(20)
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [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]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Warehouse Module Setup].[$systemModifiedBy]
       ,[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].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *