Item Application Entry History

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

Table Type: Company

Table Name: Item Application Entry History
Database Table Name: CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 343

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 Item Application Entry History can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Item Ledger Entry No_]
   ,[Inbound Item Entry No_]
   ,[Outbound Item Entry No_]
   ,[Primary Entry No_]
   ,[Quantity]
   ,[Posting Date]
   ,[Transferred-from Entry No_]
   ,[Creation Date]
   ,[Created By User]
   ,[Last Modified Date]
   ,[Last Modified By User]
   ,[Deleted Date]
   ,[Deleted By User]
   ,[Cost Application]
   ,[Output Completely Invd_ Date]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry History].[Created By User] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry History].[Last Modified By User] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry History].[Deleted By User] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry History].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry History].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Item Application Entry History table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. SearchEntry No.NormalInteger4Entry No_int
2Item Ledger Entry No. SearchItem Ledger Entry No.NormalInteger4Item Ledger Entry No_int
Key to join to the Item Ledger Entry table.

Show/hide example query

SELECT
       [Item Application Entry History].[Item Ledger Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry History].[Item Ledger Entry No_] = [Item Ledger Entry].[Entry No_]
3Inbound Item Entry No. SearchInbound Item Entry No.NormalInteger4Inbound Item Entry No_int
Key to join to the Item Ledger Entry table.

Show/hide example query

SELECT
       [Item Application Entry History].[Inbound Item Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry History].[Inbound Item Entry No_] = [Item Ledger Entry].[Entry No_]
4Outbound Item Entry No. SearchOutbound Item Entry No.NormalInteger4Outbound Item Entry No_int
Key to join to the Item Ledger Entry table.

Show/hide example query

SELECT
       [Item Application Entry History].[Outbound Item Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry History].[Outbound Item Entry No_] = [Item Ledger Entry].[Entry No_]
9Primary Entry No. Primary Key SearchPrimary Entry No.NormalInteger4Primary Entry No_int
11Quantity SearchQuantityNormalDecimal12Quantitydecimal(38,38)
21Posting Date SearchPosting DateNormalDate4Posting Datedatetime
23Transferred-from Entry No. SearchTransferred-from Entry No.NormalInteger4Transferred-from Entry No_int
Key to join to the Item Ledger Entry table.

Show/hide example query

SELECT
       [Item Application Entry History].[Transferred-from Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry History].[Transferred-from Entry No_] = [Item Ledger Entry].[Entry No_]
25Creation Date SearchCreation DateNormalDateTime8Creation Datedatetime
26Created By User SearchCreated By UserNormalCode50Created By Usernvarchar(100)
Key to join to the User table.

Show/hide example query

SELECT
       [Item Application Entry History].[Created By User]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry History].[Created By User] = [User].[User Name]
27Last Modified Date SearchLast Modified DateNormalDateTime8Last Modified Datedatetime
28Last Modified By User SearchLast Modified By UserNormalCode50Last Modified By Usernvarchar(100)
Key to join to the User table.

Show/hide example query

SELECT
       [Item Application Entry History].[Last Modified By User]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry History].[Last Modified By User] = [User].[User Name]
29Deleted Date SearchDeleted DateNormalDateTime8Deleted Datedatetime
30Deleted By User SearchDeleted By UserNormalCode50Deleted By Usernvarchar(100)
Key to join to the User table.

Show/hide example query

SELECT
       [Item Application Entry History].[Deleted By User]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry History].[Deleted By User] = [User].[User Name]
5800Cost Application SearchCost ApplicationNormalBoolean4Cost Applicationtinyint
5804Output Completely Invd. Date SearchOutput Completely Invd. DateNormalDate4Output Completely Invd_ Datedatetime
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
       [Item Application Entry History].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry History].[$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
       [Item Application Entry History].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Item Application Entry History$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry History]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry History].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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