---
title: "Table 338 Entry Summary"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/338-entry-summary/
type: table
id: 338
name: "Entry Summary"
app: "Base Application"
namespace: Microsoft.Inventory.Tracking
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/338-entry-summary/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 338 Entry Summary

Jonas Paprotka, https://jonas-paprotka.de/ref/table/338-entry-summary/

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

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Entry No. | Integer | 17-28 | - | - |
| 2 | Table ID | Integer | 17-28 | - | - |
| 3 | Summary Type | Text[80] | 17-28 | - | - |
| 4 | Total Quantity | Decimal | 17-28 | - | - |
| 5 | Total Reserved Quantity | Decimal | 17-28 | - | - |
| 6 | Total Available Quantity | Decimal | 17-28 | - | - |
| 7 | Current Reserved Quantity | Decimal | 17-28 | - | - |
| 8 | Source Subtype | Integer | 17-28 | - | - |
| 15 | Qty. Alloc. in Warehouse | Decimal | 17-28 | - | - |
| 16 | Res. Qty. on Picks & Shipmts. | Decimal | 17-28 | - | - |
| 6500 | Serial No. | Code[50] | 17-28 | - | - |
| 6501 | Lot No. | Code[50] | 17-28 | - | - |
| 6502 | Warranty Date | Date | 17-28 | - | - |
| 6503 | Expiration Date | Date | 17-28 | - | - |
| 6504 | Total Requested Quantity | Decimal | 17-28 | - | - |
| 6505 | Selected Quantity | Decimal | 17-28 | - | - |
| 6506 | Current Pending Quantity | Decimal | 17-28 | - | - |
| 6507 | Current Requested Quantity | Decimal | 17-28 | - | - |
| 6508 | Bin Content | Decimal | 17-28 | - | - |
| 6509 | Bin Active | Boolean | 17-28 | - | - |
| 6510 | Non-specific Reserved Qty. | Decimal | 17-28 | - | - |
| 6511 | Double-entry Adjustment | Decimal | 17-28 | - | - |
| 6512 | Non Serial Tracking | Boolean | 18-28 | - | - |
| 6515 | Package No. | Code[50] | 18-28 | - | - |
| 6516 | Qty. Rounding Precision (Base) | Decimal | 19-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Entry No. | 17-28 |
| Key2 | Lot No., Serial No., Package No. | 17-28 |
| Key3 | Expiration Date | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetLastEntryNo | () | Integer | public | 17-28 | - | - |
| UpdateAvailable | () | - | public | 17-28 | - | - |
| HasQuantity | () | Boolean | public | 17-28 | - | - |
| HasSameTracking | (Record Entry Summary) | Boolean | public | 17-28 | - | - |
| CopyTrackingFromItemTrackingSetup | (Record Item Tracking Setup) | - | public | 17-28 | - | - |
| CopyTrackingFromReservEntry | (Record Reservation Entry) | - | public | 17-28 | - | - |
| CopyTrackingFromSpec | (Record Tracking Specification) | - | public | 17-28 | - | - |
| QtyAvailableToSelectFromBin | () | Decimal | public | 17-28 | - | - |
| SetTrackingFilter | (Code[50], Code[50]) | - | public | 17-19 | Pending 17.0 | Replaced by SetTrackingFilterFrom procedures. |
| SetTrackingFilterFromEntrySummary | (Record Entry Summary) | - | public | 17-28 | - | - |
| SetTrackingFilterFromItemTrackingSetup | (Record Item Tracking Setup) | - | public | 17-28 | - | - |
| SetTrackingFilterFromReservEntry | (Record Reservation Entry) | - | public | 17-28 | - | - |
| SetTrackingFilterFromSpec | (Record Tracking Specification) | - | public | 17-28 | - | - |
| HasNonSerialTracking | () | Boolean | public | 18-28 | - | - |
| HasSameNonSerialTracking | (Record Entry Summary) | Boolean | public | 18-28 | - | - |
| SetNonSerialTrackingFilterFromEntrySummary | (Record Entry Summary) | - | public | 18-28 | - | - |
| SetNonSerialTrackingFilterFromReservEntry | (Record Reservation Entry) | - | public | 18-28 | - | - |
| SetTrackingFilterFromItemTrackingSetupIfRequired | (Record Item Tracking Setup) | - | public | 19-28 | - | - |
| SetTrackingKey | () | - | public | 19-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterHasSameTracking | (Record Entry Summary, Record Entry Summary, var Boolean) | 17-28 | - | - |
| Integration event | OnAfterCopyTrackingFromReservEntry | (var Record Entry Summary, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterCopyTrackingFromSpec | (var Record Entry Summary, Record Tracking Specification) | 17-28 | - | - |
| Integration event | OnAfterCopyTrackingFromItemTrackingSetup | (var Record Entry Summary, Record Item Tracking Setup) | 17-28 | - | - |
| Integration event | OnAfterSetTrackingFilterFromEntrySummary | (var Record Entry Summary, Record Entry Summary) | 17-28 | - | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetup | (var Record Entry Summary, Record Item Tracking Setup) | 17-28 | - | - |
| Integration event | OnAfterSetTrackingFilterFromReservEntry | (var Record Entry Summary, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterSetTrackingFilterFromSpec | (var Record Entry Summary, Record Tracking Specification) | 17-28 | - | - |
| Integration event | OnAfterHasSameNonSerialTracking | (Record Entry Summary, Record Entry Summary, var Boolean) | 18-28 | - | - |
| Integration event | OnAfterHasNonSerialTracking | (Record Entry Summary, var Boolean) | 18-28 | - | - |
| Integration event | OnAfterSetNonSerialTrackingFilterFromEntrySummary | (var Record Entry Summary, Record Entry Summary) | 18-28 | - | - |
| Integration event | OnAfterSetNonSerialTrackingFilterFromReservEntry | (var Record Entry Summary, Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnAfterUpdateAvailable | (var Record Entry Summary) | 18-28 | - | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetupIfRequired | (var Record Entry Summary, Record Item Tracking Setup) | 19-28 | - | - |
| Integration event | OnBeforeSetTrackingKey | (var Record Entry Summary, var Boolean) | 19-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.
