---
title: "Codeunit 7326 Whse. Item Tracking FEFO"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7326-whse-item-tracking-fefo/
type: codeunit
id: 7326
name: "Whse. Item Tracking FEFO"
app: "Base Application"
namespace: Microsoft.Warehouse.Tracking
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7326-whse-item-tracking-fefo/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 7326 Whse. Item Tracking FEFO

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7326-whse-item-tracking-fefo/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Warehouse.Tracking |
| Versions | 17-28 |
| Source file | Warehouse/Tracking/WhseItemTrackingFEFO.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateEntrySummaryFEFO | (Record Location, Code[20], Code[10], Boolean) | - | public | 17-28 | - | - |
| InsertEntrySummaryFEFO | (Code[50], Code[50], Date) | - | public | 17-19 | Pending 17.0 | Replaced by same procedure with parameter ItemTrackingSetup. |
| InsertEntrySummaryFEFO | (Record Item Tracking Setup, Date) | - | public | 17-28 | - | - |
| EntrySummaryFEFOExists | (Code[50], Code[50]) | Boolean | public | 17-19 | Pending 17.0 | Replaced by same procedure with parameter ItemTrackingSetup. |
| EntrySummaryFEFOExists | (Record Item Tracking Setup) | Boolean | public | 17-28 | - | - |
| FindFirstEntrySummaryFEFO | (var Record Entry Summary) | Boolean | public | 17-28 | - | - |
| FindNextEntrySummaryFEFO | (var Record Entry Summary) | Boolean | public | 17-28 | - | - |
| GetHasExpiredItems | () | Boolean | public | 17-28 | - | - |
| GetResultMessageForExpiredItem | () | Text[100] | public | 17-28 | - | - |
| SetSource | (Integer, Integer, Code[20], Integer, Integer) | - | public | 17-28 | - | - |
| SetCalledFromMovementWksh | (Boolean) | - | public | 17-28 | - | - |
| CreateEntrySummaryFEFO | (Record Location, Code[20], Code[10], Code[10], Boolean) | - | public | 25-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCreateEntrySummaryFEFO | (var Record Entry Summary) | 17-28 | - | - |
| Integration event | OnAfterIsItemTrackingBlocked | (var Record Reservation Entry, Code[20], Code[10], Code[50], var Boolean) | 17 | - | - |
| Integration event | OnBeforeFindFirstEntrySummaryFEFO | (var Record Entry Summary, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeInsertEntrySummaryFEFO | (var Record Entry Summary) | 17-28 | - | - |
| Integration event | OnBeforeSetSource | (Integer, Integer, Code[20], Integer, Integer) | 17-28 | - | - |
| Integration event | OnBeforeSummarizeInventoryFEFO | (Record Location, Code[20], Code[10], Boolean, var Boolean, var Record Entry Summary, var Boolean, var Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnEntrySummaryFEFOExistsOnAfterSetFilters | (var Record Entry Summary) | 17-28 | - | - |
| Integration event | OnSummarizeAdjustmentBinFEFOOnBeforeInsertEntrySummaryFEFO | (var Record Entry Summary, Record Warehouse Entry) | 17-18 | - | - |
| Integration event | OnSummarizeInventoryFEFOOnBeforeInsertEntrySummaryFEFO | (var Record Entry Summary, Record Item Ledger Entry) | 17-25 | Pending 23.0 | Removed as unused in the new implementation of SummarizeInventoryFEFO function. |
| Integration event | OnAfterIsItemTrackingBlocked | (var Record Reservation Entry, Code[20], Code[10], Code[50], var Boolean, Record Item Tracking Setup) | 18-28 | - | - |
| Integration event | OnBeforeInsertEntrySummaryFEFOProcedure | (Record Item Tracking Setup, var Record Entry Summary, var Integer, Boolean, Date, var Boolean, var Boolean) | 19-28 | - | - |
| Integration event | OnSummarizeAdjustmentBinFEFOOnBeforeInsertEntrySummaryFEFO | (var Record Entry Summary, Record Warehouse Entry, var Record Item Tracking Setup, Record Location) | 19-28 | - | - |
| Integration event | OnSummarizeInventoryFEFOOnAfterItemLedgEntrySetFilters | (var Record Item Ledger Entry, Code[20], Boolean) | 19-25 | Pending 23.0 | Removed as unused in the new implementation of SummarizeInventoryFEFO function. |
| Integration event | OnSummarizeInventoryFEFOLegacyImplementation | (var Boolean) | 22-25 | Pending 23.0 | Removed as unused in the new implementation of SummarizeInventoryFEFO function. |
| Integration event | OnBeforeFindNextEntrySummaryFEFO | (var Record Entry Summary, var Record Entry Summary, var Boolean, var Boolean) | 23-28 | - | - |
| Integration event | OnSummarizeInventoryFEFOOnBeforeInsertEntrySummaryFEFO | (var Record Location, Code[20], Code[10], Boolean, Decimal, var Record Item Tracking Setup, Date, var Boolean, var Record Entry Summary) | 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.
