Warehouse Journal Template

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/7309

Table Type: Company

Table Name: Warehouse Journal Template
Database Table Name: CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 7309

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 Journal Template can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Name]
   ,[Description]
   ,[Test Report ID]
   ,[Page ID]
   ,[Registering Report ID]
   ,[Force Registering Report]
   ,[Type]
   ,[Source Code]
   ,[Reason Code]
   ,[No_ Series]
   ,[Registering No_ Series]
   ,[Increment Batch Name]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Warehouse Journal Template$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 Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Journal Template]
LEFT JOIN
   [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
      ON
         [Warehouse Journal Template].[Source Code] = [Source Code].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
      ON
         [Warehouse Journal Template].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Warehouse Journal Template].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Warehouse Journal Template].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Warehouse Journal Template table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Name Primary Key SearchNameNormalCode10Namenvarchar(20)
2Description SearchDescriptionNormalText80Descriptionnvarchar(160)
5Test Report ID SearchTest Report IDNormalInteger4Test Report IDint
6Page ID SearchPage IDNormalInteger4Page IDint
7Registering Report ID SearchRegistering Report IDNormalInteger4Registering Report IDint
8Force Registering Report SearchForce Registering ReportNormalBoolean4Force Registering Reporttinyint
9Type SearchTypeNormalOption4Typeint
Available options are:
  • “Item”
  • “Physical Inventory”
  • “Reclassification”
10Source Code SearchSource CodeNormalCode10Source Codenvarchar(20)
Key to join to the Source Code table.

Show/hide example query

SELECT
       [Warehouse Journal Template].[Source Code]
       ,[Source Code].[Code]
FROM
       [CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Journal Template]
LEFT JOIN
       [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
              ON
                     [Warehouse Journal Template].[Source Code] = [Source Code].[Code]
11Reason Code SearchReason CodeNormalCode10Reason Codenvarchar(20)
Key to join to the Reason Code table.

Show/hide example query

SELECT
       [Warehouse Journal Template].[Reason Code]
       ,[Reason Code].[Code]
FROM
       [CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Journal Template]
LEFT JOIN
       [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
              ON
                     [Warehouse Journal Template].[Reason Code] = [Reason Code].[Code]
15Test Report Caption SearchTest Report CaptionFlowFieldText250
16Page Caption SearchPage CaptionFlowFieldText250
17Registering Report Caption SearchRegistering Report CaptionFlowFieldText250
19No. Series SearchNo. SeriesNormalCode20No_ Seriesnvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Warehouse Journal Template].[No_ Series]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Journal Template]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Warehouse Journal Template].[No_ Series] = [No. Series].[Code]
20Registering No. Series SearchRegistering No. SeriesNormalCode20Registering No_ Seriesnvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Warehouse Journal Template].[Registering No_ Series]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Journal Template]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Warehouse Journal Template].[Registering No_ Series] = [No. Series].[Code]
30Increment Batch Name SearchIncrement Batch NameNormalBoolean4Increment Batch Nametinyint
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 Journal Template].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Journal Template]
LEFT JOIN
       [User] AS [User]
              ON
                     [Warehouse Journal Template].[$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 Journal Template].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Warehouse Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Journal Template]
LEFT JOIN
       [User] AS [User]
              ON
                     [Warehouse Journal Template].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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