---
title: "Table 339 Item Application Entry"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/339-item-application-entry/
type: table
id: 339
name: "Item Application Entry"
app: "Base Application"
namespace: Microsoft.Inventory.Ledger
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/339-item-application-entry/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 339 Item Application Entry

Jonas Paprotka, https://jonas-paprotka.de/ref/table/339-item-application-entry/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Ledger |
| Versions | 17-28 |
| Source file | Inventory/Ledger/ItemApplicationEntry.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Entry No. | Integer | 17-28 | - | - |
| 2 | Item Ledger Entry No. | Integer | 17-28 | - | - |
| 3 | Inbound Item Entry No. | Integer | 17-28 | - | - |
| 4 | Outbound Item Entry No. | Integer | 17-28 | - | - |
| 11 | Quantity | Decimal | 17-28 | - | - |
| 20 | Item Register No. | Integer | 26-28 | - | - |
| 21 | Posting Date | Date | 17-28 | - | - |
| 23 | Transferred-from Entry No. | Integer | 17-28 | - | - |
| 25 | Creation Date | DateTime | 17-28 | - | - |
| 26 | Created By User | Code[50] | 17-28 | - | - |
| 27 | Last Modified Date | DateTime | 17-28 | - | - |
| 28 | Last Modified By User | Code[50] | 17-28 | - | - |
| 101 | Item No. | Code[20] | 26-28 | - | - |
| 102 | Location Code | Code[10] | 26-28 | - | - |
| 103 | Variant Code | Code[10] | 26-28 | - | - |
| 111 | Latest Valuation Date | Date | 26-28 | - | - |
| 5800 | Cost Application | Boolean | 17-28 | - | - |
| 5804 | Output Completely Invd. Date | Date | 17-28 | - | - |
| 5805 | Outbound Entry is Updated | Boolean | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Entry No. | 17-28 |
| Key2 | Posting Date, Inbound Item Entry No., Item Ledger Entry No., Outbound Item Entry No., Cost Application | 17-28 |
| Key3 | Outbound Item Entry No., Item Ledger Entry No., Cost Application, Transferred-from Entry No. | 17-28 |
| Key4 | Transferred-from Entry No., Cost Application | 17-28 |
| Key5 | Inbound Item Entry No., Outbound Item Entry No., Cost Application | 17-28 |
| Key6 | Item Ledger Entry No., Output Completely Invd. Date | 17-28 |
| Key9 | Inbound Item Entry No., Transferred-from Entry No., Item Ledger Entry No. | 20-28 |
| Key10 | Inbound Item Entry No., Item Ledger Entry No., Outbound Item Entry No., Cost Application | 23-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| AppliedOutbndEntryExists | (Integer, Boolean, Boolean) | Boolean | public | 17-28 | - | - |
| AppliedInbndTransEntryExists | (Integer, Boolean) | Boolean | public | 17-28 | - | - |
| AppliedInbndEntryExists | (Integer, Boolean) | Boolean | public | 17-28 | - | - |
| AppliedFromEntryExists | (Integer) | Boolean | public | 17-28 | - | - |
| GetInboundEntriesTheOutbndEntryAppliedTo | (Integer) | Boolean | public | 17-28 | - | - |
| CheckAppliedFromEntryToAdjust | (Integer) | - | public | 17-28 | - | - |
| CostReceiver | () | Integer | public | 17-28 | - | - |
| Fixed | () | Boolean | public | 17-28 | - | - |
| InsertHistory | () | Integer | public | 17-28 | - | - |
| CostApplication | () | Boolean | public | 17-28 | - | - |
| CheckIsCyclicalLoop | (Record Item Ledger Entry, Record Item Ledger Entry) | Boolean | public | 17-28 | - | - |
| GetLastEntryNo | () | Integer | public | 17-28 | - | - |
| GetVisitedEntries | (Record Item Ledger Entry, var Record Item Ledger Entry, Boolean) | - | public | 17-28 | - | - |
| OutboundApplied | (Integer, Boolean) | Decimal | public | 17-28 | - | - |
| InboundApplied | (Integer, Boolean) | Decimal | public | 17-28 | - | - |
| Returned | (Integer) | Decimal | public | 17-28 | - | - |
| ExistsBetween | (Integer, Integer) | Boolean | public | 17-28 | - | - |
| SetOutboundsNotUpdated | (Record Item Ledger Entry) | - | public | 17-28 | - | - |
| SetInboundToUpdated | (Record Item Ledger Entry) | - | public | 17-28 | - | - |
| IsAppliedFromIncrease | (Integer) | Boolean | public | 17-28 | - | - |
| IsOutbndItemApplEntryCostApplication | (Integer) | Boolean | public | 17-28 | - | - |
| GetOutboundEntriesAppliedToTheInboundEntry | (Integer) | Boolean | public | 19-28 | - | - |
| SetSearchedItemLedgerEntry | (var Record Item Ledger Entry) | - | public | 24-28 | Pending 27.0 | The optimization that used this function was obsoleted. |
| GetNextEntryNo | () | Integer | public | 26-28 | - | - |
| SetCostApplication | (Boolean) | - | public | 26-28 | - | - |
| AppliedOutbndEntryExists | (var Query Item Application Entries, Integer, Boolean, Boolean) | Boolean | public | 27-28 | Pending 28.0 | Replaced with namesake procedure with "Item Application Entries Outb." as parameter. |
| AppliedOutbndEntryExists | (var Query Item Application Entries Outb., Integer, Boolean, Boolean) | Boolean | public | 27-28 | - | - |
| AppliedInbndTransEntryExists | (var Query Item Application Entries, Integer, Boolean) | Boolean | public | 27-28 | - | - |
| AppliedInbndEntryExists | (var Query Item Application Entries, Integer, Boolean) | Boolean | public | 27-28 | Pending 28.0 | Replaced with namesake procedure with "Item Application Entries Inb." as parameter. |
| AppliedInbndEntryExists | (var Query Item Application Entries Inb., Integer, Boolean) | Boolean | public | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeFixed | (Record Item Application Entry, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckCyclicProdCyclicalLoop | (var Record Item Application Entry, Record Item Ledger Entry, Record Item Ledger Entry, var Boolean, var Boolean) | 23-28 | - | - |
| Integration event | OnSetInboundToUpdatedOnAfterSetFilters | (var Record Item Application Entry) | 24-28 | - | - |
| Integration event | OnSetOutboundsNotUpdatedOnAfterSetFilters | (var Record Item Application Entry) | 24-28 | - | - |
| Integration event | OnCheckIsCyclicalLoopOnBeforeCheckCyclicForwardToAppliedInbounds | (Record Item Ledger Entry, Record Item Ledger Entry, Date, var Boolean) | 25-28 | - | - |
| Integration event | OnCheckCyclicFwdToAppliedEntriesOnAfterCheckItemApplicationEntry | (Record Item Ledger Entry, Integer, Boolean, var Boolean) | 25-28 | - | - |
| Integration event | OnBeforeCheckCyclicAsmCyclicalLoop | (var Record Item Application Entry, Record Item Ledger Entry, Record Item Ledger Entry, var Boolean, var Boolean) | 26-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
