Inventory Period Entry

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

Table Type: Company

Table Name: Inventory Period Entry
Database Table Name: CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5815

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 Inventory Period Entry can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Ending Date]
   ,[User ID]
   ,[Creation Date]
   ,[Creation Time]
   ,[Closing Item Register No_]
   ,[Entry Type]
   ,[Description]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
      ON
         [Inventory Period Entry].[Ending Date] = [Inventory Period].[Ending Date]
LEFT JOIN
   [User] AS [User]
      ON
         [Inventory Period Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Inventory Period Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Inventory Period Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2Ending Date Primary Key SearchEnding DateNormalDate4Ending Datedatetime
Key to join to the Inventory Period table.

Show/hide example query

SELECT
       [Inventory Period Entry].[Ending Date]
       ,[Inventory Period].[Ending Date]
FROM
       [CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
              ON
                     [Inventory Period Entry].[Ending Date] = [Inventory Period].[Ending Date]
3User ID SearchUser IDNormalCode50User IDnvarchar(100)
4Creation Date SearchCreation DateNormalDate4Creation Datedatetime
5Creation Time SearchCreation TimeNormalTime4Creation Timedatetime
6Closing Item Register No. SearchClosing Item Register No.NormalInteger4Closing Item Register No_int
Key to join to the Item Register table.

Show/hide example query

SELECT
       [Inventory Period Entry].[Closing Item Register No_]
       ,[Item Register].[No_]
FROM
       [CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item Register$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Register]
              ON
                     [Inventory Period Entry].[Closing Item Register No_] = [Item Register].[No_]
7Entry Type SearchEntry TypeNormalOption4Entry Typeint
Available options are:
  • “Close”
  • “Re-open”
8Description SearchDescriptionNormalText100Descriptionnvarchar(200)
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
       [Inventory Period Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Inventory Period Entry].[$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
       [Inventory Period Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Inventory Period Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Inventory Period Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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