Item Application Entry

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

Table Type: Company

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

Table Number: 339

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Item Application Entry$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_]
   ,[Quantity]
   ,[Posting Date]
   ,[Transferred-from Entry No_]
   ,[Creation Date]
   ,[Created By User]
   ,[Last Modified Date]
   ,[Last Modified By User]
   ,[Cost Application]
   ,[Output Completely Invd_ Date]
   ,[Outbound Entry is Updated]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Item Application 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_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry].[Created By User] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry].[Last Modified By User] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Item Application Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Item Application Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key 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].[Item Ledger Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry].[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].[Inbound Item Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry].[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].[Outbound Item Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry].[Outbound Item Entry No_] = [Item Ledger Entry].[Entry No_]
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].[Transferred-from Entry No_]
       ,[Item Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Item Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Ledger Entry]
              ON
                     [Item Application Entry].[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].[Created By User]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry].[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].[Last Modified By User]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry].[Last Modified By User] = [User].[User Name]
5800Cost Application SearchCost ApplicationNormalBoolean4Cost Applicationtinyint
5804Output Completely Invd. Date SearchOutput Completely Invd. DateNormalDate4Output Completely Invd_ Datedatetime
5805Outbound Entry is Updated SearchOutbound Entry is UpdatedNormalBoolean4Outbound Entry is Updatedtinyint
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].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application 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
       [Item Application Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Item Application Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Application Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Item Application Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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