---
title: "Codeunit 7302 WMS Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7302-wms-management/
type: codeunit
id: 7302
name: "WMS Management"
app: "Base Application"
namespace: Microsoft.Warehouse.Journal
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7302-wms-management/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 7302 WMS Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7302-wms-management/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateWhseJnlLine | (Record Item Journal Line, Option, var Record Warehouse Journal Line, Boolean) | Boolean | public | 17-28 | - | - |
| CreateWhseJnlLineFromOutputJnl | (Record Item Journal Line, var Record Warehouse Journal Line) | Boolean | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| CreateWhseJnlLineFromConsumJnl | (Record Item Journal Line, var Record Warehouse Journal Line) | Boolean | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| CheckWhseJnlLine | (var Record Warehouse Journal Line, Option, Decimal, Boolean) | - | public | 17-28 | - | - |
| CheckItemJnlLineFieldChange | (Record Item Journal Line, Record Item Journal Line, Text[30]) | - | public | 17-28 | - | - |
| CheckItemJnlLineLocation | (var Record Item Journal Line, Record Item Journal Line) | - | public | 17-28 | - | - |
| CheckItemTrackingChange | (Record Tracking Specification, Record Tracking Specification) | - | public | 17-28 | - | - |
| CheckAdjmtBin | (Record Location, Decimal, Boolean) | - | public | 17-28 | - | - |
| CheckInbOutbBin | (Code[10], Code[20], Boolean) | - | public | 17-28 | - | - |
| CheckUserIsWhseEmployee | () | - | public | 17-28 | - | - |
| CalcCubageAndWeight | (Code[20], Code[10], Decimal, var Decimal, var Decimal) | - | public | 17-28 | - | - |
| GetDefaultLocation | () | Code[10] | public | 17-28 | - | - |
| GetWMSLocation | (var Code[10]) | - | public | 17-28 | - | - |
| GetDefaultDirectedPutawayAndPickLocation | () | Code[10] | public | 17-28 | - | - |
| GetDefaultBin | (Code[20], Code[10], Code[10], var Code[20]) | Boolean | public | 17-28 | - | - |
| CheckDefaultBin | (Code[20], Code[10], Code[10], Code[20]) | Boolean | public | 17-28 | - | - |
| CheckBalanceQtyToHandle | (var Record Warehouse Activity Line) | - | public | 17-28 | - | - |
| CheckPutAwayAvailability | (Code[20], Text[100], Text[100], Decimal, Decimal, Boolean) | - | public | 17-28 | - | - |
| InitErrorLog | () | - | public | 17-28 | - | - |
| GetWarehouseEmployeeLocationFilter | (Code[50]) | Text | public | 17-28 | - | - |
| GetAllowedLocation | (Code[10]) | Code[10] | public | 17-28 | - | - |
| LocationIsAllowed | (Code[10]) | Boolean | public | 17-28 | - | - |
| LocationIsAllowedToView | (Code[10]) | Boolean | public | 17-28 | - | - |
| GetBaseUOM | (Code[20]) | Code[10] | public | 17-28 | - | - |
| ShowWhseDocLine | (Option, Code[20], Integer) | - | public | 17-21 | Pending 19.0 | Replaced by set of procedures for each document type, like ShowWhseRcptLine(). |
| ShowPostedWhseShptLine | (Code[20], Integer) | - | public | 17-28 | - | - |
| ShowSourceDocLine | (Integer, Option, Code[20], Integer, Integer) | - | public | 17-28 | - | - |
| ShowPostedSourceDoc | (Option, Code[20]) | - | public | 17-19 | Pending 17.0 | Replaced by ShowPostedSourceDocument() |
| ShowPostedSourceDocument | (Enum Warehouse Shipment Posted Source Document, Code[20]) | - | public | 17-28 | - | - |
| ShowSourceDocCard | (Integer, Option, Code[20]) | - | public | 17-28 | - | - |
| SetTransferLine | (Record Transfer Line, var Record Warehouse Journal Line, Option, Code[20]) | - | public | 17-28 | - | - |
| SerialNoOnInventory | (Code[10], Code[20], Code[10], Code[50]) | Boolean | public | 17-28 | - | - |
| BinLookUp | (Code[10], Code[20], Code[10], Code[10]) | Code[20] | public | 17-28 | - | - |
| BinContentLookUp | (Code[10], Code[20], Code[10], Code[10], Code[20]) | Code[20] | public | 17-28 | - | - |
| BinContentLookUp | (Code[10], Code[20], Code[10], Code[10], Code[50], Code[50], Code[20]) | Code[20] | public | 17-19 | Pending 17.0 | Replaced by BinContentLookup() with parameter WhseItemTrackingSetup. |
| BinContentLookUp | (Code[10], Code[20], Code[10], Code[10], Record Item Tracking Setup, Code[20]) | Code[20] | public | 17-28 | - | - |
| FindBin | (Code[10], Code[20], Code[10]) | - | public | 17-28 | - | - |
| FindBinContent | (Code[10], Code[20], Code[20], Code[10], Code[10]) | - | public | 17-28 | - | - |
| CalcLineReservedQtyNotonInvt | (Integer, Option, Code[20], Integer, Integer) | Decimal | public | 17-28 | - | - |
| GetCaption | (Option, Option, Integer) | Text[50] | public | 17-28 | - | - |
| GetCaptionClass | (Enum Warehouse Destination Type, Enum Warehouse Activity Source Document, Integer) | Text[50] | public | 17-28 | - | - |
| GetDestinationName | (Option, Code[20]) | Text[100] | public | 17-19 | Pending 17.0 | Replaced by GetDestinationEntityName |
| GetDestinationEntityName | (Enum Warehouse Destination Type, Code[20]) | Text[100] | public | 17-28 | - | - |
| GetATOSalesLine | (Integer, Option, Code[20], Integer, var Record Sales Line) | Boolean | public | 17-28 | - | - |
| ATOInvtPickExists | (Record Sales Line) | Boolean | public | 17-28 | - | - |
| CalcQtyBaseOnATOInvtPick | (Record Sales Line, Code[50], Code[50]) | Decimal | public | 17-19 | Pending 17.0 | Replaced by CalcQtyBaseOnATOInvtPick with parameter ItemTrackingSetup. |
| CalcQtyBaseOnATOInvtPick | (Record Sales Line, Record Item Tracking Setup) | Decimal | public | 17-28 | - | - |
| CheckOutboundBlockedBin | (Code[10], Code[20], Code[20], Code[10], Code[10]) | - | public | 17-28 | - | - |
| CheckInboundBlockedBin | (Code[10], Code[20], Code[20], Code[10], Code[10]) | - | public | 17-28 | - | - |
| ATOWhseShptExists | (Record Sales Line) | Boolean | public | 17-28 | - | - |
| GetLastOperationLocationCode | (Code[20], Code[20]) | Code[10] | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| GetLastOperationFromBinCode | (Code[20], Code[20], Code[10], Boolean, Option) | Code[20] | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| GetProdRtngLastOperationFromBinCode | (Option, Code[20], Integer, Code[20], Code[10]) | Code[20] | public | 17-19 | Pending 17.0 | Replaced by GetProdRoutingLastOperationFromBinCode with enum Production Order Status. |
| GetProdRoutingLastOperationFromBinCode | (Enum Production Order Status, Code[20], Integer, Code[20], Code[10]) | Code[20] | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| GetPlanningRtngLastOperationFromBinCode | (Code[10], Code[10], Integer, Code[10]) | Code[20] | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| GetProdCenterLocationCode | (Enum Capacity Type, Code[20]) | Code[10] | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| GetProdCenterBinCode | (Enum Capacity Type, Code[20], Code[10], Boolean, Option) | Code[20] | public | 17-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| ShowWhseRcptLine | (Code[20], Integer) | - | public | 19-28 | - | - |
| ShowPostedWhseRcptLine | (Code[20], Integer) | - | public | 19-28 | - | - |
| ShowWhseShptLine | (Code[20], Integer) | - | public | 19-28 | - | - |
| ShowWhseInternalPutawayLine | (Code[20], Integer) | - | public | 19-28 | - | - |
| ShowWhseInternalPickLine | (Code[20], Integer) | - | public | 19-28 | - | - |
| ShowProdOrderLine | (Code[20], Integer) | - | public | 19-25 | Pending 23.0 | Replaced by same procedure in codeunit "Prod. Order Warehouse Mgt." |
| ShowAssemblyLine | (Code[20], Integer) | - | public | 19-25 | Pending 23.0 | Replaced by same procedure in codeunit "Assembly Warehouse Mgt." |
| ShowWhseActivityDocLine | (Enum Warehouse Activity Document Type, Code[20], Integer) | - | public | 19-28 | - | - |
| CheckWarehouse | (Code[10], Code[20], Code[20], Code[10], Code[10], Decimal) | - | internal | 22-28 | - | - |
| ShowSourceDocAttachedLines | (Integer, Option, Code[20], Integer) | - | public | 22-28 | - | - |
| InitWhseJnlLine | (Record Item Journal Line, var Record Warehouse Journal Line, Decimal) | - | internal | 23-28 | - | - |
| TransferWhseItemTracking | (var Record Warehouse Journal Line, Record Item Journal Line) | - | public | 23-28 | - | - |
| RunOnAfterCreateWhseJnlLineFromConsumJnl | (var Record Warehouse Journal Line, Record Item Journal Line) | - | internal | 23-25 | - | - |
| RunOnAfterCreateWhseJnlLineFromOutputJnl | (var Record Warehouse Journal Line, Record Item Journal Line) | - | internal | 23-25 | - | - |
| RunOnBeforeCheckProdOrderCompLineQtyPickedBase | (var Record Prod. Order Component, Record Item Journal Line, var Boolean) | - | internal | 23-25 | - | - |
| RunOnBeforeCreateWhseJnlLineFromOutputJnl | (Record Item Journal Line) | - | internal | 23-25 | - | - |
| RunOnCreateWhseJnlLineFromOutputJnlOnAfterInitWhseJnlLine | (var Record Warehouse Journal Line, var Record Item Journal Line) | - | internal | 23-25 | - | - |
| RunOnSetZoneAndBinsForConsumptionOnBeforeCheckQtyPicked | (Record Item Journal Line, var Record Prod. Order Component) | - | internal | 23-25 | - | - |
| RunOnShowSourceDocLineOnBeforeShowSalesLines | (var Record Sales Line, Integer, Code[20], Integer, var Boolean) | - | internal | 23-25 | - | - |
| RunOnShowSourceDocLineOnBeforeShowPurchLines | (var Record Purchase Line, Integer, Code[20], Integer, var Boolean) | - | internal | 23-25 | - | - |
| RunOnShowSourceDocLineOnBeforeShowServiceLines | (var Record Service Line, Integer, Code[20], Integer, var Boolean) | - | internal | 23-25 | - | - |
| RunOnShowSourceDocLineOnBeforeShowTransLines | (var Record Transfer Line, Code[20], Integer, var Boolean) | - | internal | 23-25 | - | - |
| RunOnShowSourceDocLineOnBeforeShowAssemblyLines | (var Record Assembly Line, Integer, Code[20], Integer, var Boolean) | - | internal | 23-25 | - | - |
| RunOnShowSourceDocLineOnBeforeShowProdOrderComp | (var Record Prod. Order Component, Integer, Code[20], Integer, Integer, var Boolean) | - | internal | 23-25 | - | - |
| RunOnBeforeSetZoneAndBinsForConsumption | (Record Item Journal Line, var Record Prod. Order Component, var Record Warehouse Journal Line, Record Location, var Boolean) | - | internal | 23-25 | - | - |
| GetATOJobPlanningLine | (Integer, Code[20], Integer, Integer, var Record Job Planning Line) | Boolean | public | 24-28 | - | - |
| CalcQtyBaseOnATOInvtPick | (Record Job Planning Line, Record Item Tracking Setup) | Decimal | public | 24-28 | - | - |
| CheckUserIsWhseEmployeeForLocation | (Code[10], Boolean) | - | public | 25-28 | - | - |
| ShowPostedSourceDocument | (Enum Warehouse Shipment Posted Source Document, Code[20], Enum Warehouse Activity Source Document) | - | public | 28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCheckWhseJnlLine | (var Record Warehouse Journal Line, Option, Decimal, Boolean) | 17-19 | - | - |
| Integration event | OnAfterCreateWhseJnlLine | (var Record Warehouse Journal Line, Record Item Journal Line, Boolean) | 17-28 | - | - |
| Integration event | OnAfterCreateWhseJnlLineFromConsumJnl | (var Record Warehouse Journal Line, Record Item Journal Line) | 17-25 | Pending 23.0 | Replaced by event OnAfterCreateWhseJnlLineFromConsumptionJournal in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnAfterCreateWhseJnlLineFromOutputJnl | (var Record Warehouse Journal Line, Record Item Journal Line) | 17-25 | Pending 23.0 | Replaced by event OnAfterCreateWhseJnlLineFromOutputJournal in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnAfterSetZoneAndBins | (var Record Warehouse Journal Line, Record Item Journal Line, Record Location, Record Bin) | 17-28 | - | - |
| Integration event | OnAfterTransferWhseItemTrkg | (var Record Warehouse Journal Line, Record Item Journal Line) | 17-28 | - | - |
| Integration event | OnBeforeBinContentLookUp | (Code[10], Code[20], Code[10], Code[10], Record Item Tracking Setup, Code[20], Code[20], var Boolean) | 17 | - | - |
| Integration event | OnBeforeCheckBalanceQtyToHandle | (var Record Warehouse Activity Line) | 17-28 | - | - |
| Integration event | OnBeforeCheckItemJnlLineLocation | (var Record Item Journal Line, var Record Item Journal Line, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckItemJnlLineFieldChange | (var Record Item Journal Line, var Record Item Journal Line, Text[30], var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckWhseDocumentToZoneCode | (Record Warehouse Journal Line, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckToZoneCode | (Record Warehouse Journal Line, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckItemTrackingChange | (Record Tracking Specification, Record Tracking Specification, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckUserIsWhseEmployee | (Record Location, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckWhseJnlLine | (var Record Warehouse Journal Line, Option, Decimal, Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCheckProdOrderCompLineQtyPickedBase | (var Record Prod. Order Component, Record Item Journal Line, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeCheckProdOrderComponentQtyPickedBase in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnBeforeConfirmExceededCapacity | (var Boolean) | 17-18 | - | - |
| Integration event | OnBeforeCreateWhseJnlLineFromOutputJnl | (Record Item Journal Line) | 17-25 | Pending 23.0 | Replaced by event OnBeforeCreateWhseJnlLineFromOutputJournal in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnBeforeCreateWhseJnlLine | (var Record Item Journal Line, Option, var Record Warehouse Journal Line, Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeFindBinContent | (Code[10], Code[20], Code[20], Code[10], Code[10], var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetAllowedLocation | (var Code[10], var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetDefaultBin | (Code[20], Code[10], Code[10], var Code[20], var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetDefaultDirectedPutawayAndPickLocation | (var Code[10], var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetDefaultLocation | (var Code[10], var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetWrongPickPutAwayQtyErrorText | (var Record Warehouse Activity Line, Decimal, Decimal, var Text[250], var Boolean) | 17-25 | - | - |
| Integration event | OnBeforeLocationIsAllowed | (Code[10], var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeSetZoneAndBins | (Record Item Journal Line, var Record Warehouse Journal Line, Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBinLookUpOnAfterSetFilters | (var Record Bin) | 17-28 | - | - |
| Integration event | OnBeforeShowWhseDocLine | (Option, Code[20], Integer, var Boolean) | 17-21 | Pending 19.0 | Replaced by set of procedures for each document type, like ShowWhseRcptLine(). |
| Integration event | OnCheckBalanceQtyToHandleOnAfterSetFilters | (var Record Warehouse Activity Line, Record Warehouse Activity Line) | 17-28 | - | - |
| Integration event | OnCheckWhseJnlLineOnAfterGetLocation | (var Record Warehouse Journal Line, var Record Location, var Record Item) | 17-28 | - | - |
| Integration event | OnCreateWhseJnlLineOnAfterGetLocation | (var Record Item Journal Line, var Record Warehouse Journal Line, var Record Location) | 17-28 | - | - |
| Integration event | OnCreateWhseJnlLineFromOutputJnlOnAfterInitWhseJnlLine | (var Record Warehouse Journal Line, var Record Item Journal Line) | 17-25 | Pending 23.0 | Replaced by event OnCreateWhseJnlLineFromOutputJnlOnAfterInitWhseJnlLine in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnGetItemOnAfterGetItem | (var Record Item) | 17-28 | - | - |
| Integration event | OnInitWhseJnlLineCopyFromItemJnlLine | (var Record Warehouse Journal Line, Record Item Journal Line) | 17-28 | - | - |
| Integration event | OnShowPostedSourceDoc | (Option, Code[20]) | 17-27 | - | - |
| Integration event | OnShowSourceDocCard | (Integer, Option, Code[20]) | 17-28 | - | - |
| Integration event | OnShowSourceDocLineOnBeforeShowSalesLines | (var Record Sales Line, Integer, Code[20], Integer, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeShowSalesLines() in codeunit "Service Warehouse Mgt." |
| Integration event | OnShowSourceDocLineOnBeforeShowPurchLines | (var Record Purchase Line, Integer, Code[20], Integer, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeShowPurchaseLines() in codeunit "Purchases Warehouse Mgt." |
| Integration event | OnShowSourceDocLineOnBeforeShowServiceLines | (var Record Service Line, Integer, Code[20], Integer, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeShowServiceLines() in codeunit "Service Warehouse Mgt." |
| Integration event | OnShowSourceDocLineOnBeforeShowTransLines | (var Record Transfer Line, Code[20], Integer, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeShowTransferLines() in codeunit "Transfer Warehouse Mgt." |
| Integration event | OnShowSourceDocLineOnBeforeShowAssemblyLines | (var Record Assembly Line, Integer, Code[20], Integer, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeShowAssemblyLines() in codeunit "Assembly Warehouse Mgt." |
| Integration event | OnShowSourceDocLineOnBeforeShowProdOrderComp | (var Record Prod. Order Component, Integer, Code[20], Integer, Integer, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeShowProdOrderComponents() in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnShowSourceDocLine | (Integer, Option, Code[20], Integer, Integer) | 17-28 | - | - |
| Integration event | OnShowWhseDocLine | (Option, Code[20], Integer) | 17-21 | Pending 19.0 | Replaced by set of procedures for each document type, like ShowWhseRcptLine(). |
| Integration event | OnCheckWhseJnlLineOnBeforeCheckBySourceJnl | (var Record Warehouse Journal Line, var Record Bin, Option, var Record Bin Content, Record Location, Decimal, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeSetZoneAndBinsForConsumption | (Record Item Journal Line, var Record Prod. Order Component, var Record Warehouse Journal Line, Record Location, var Boolean) | 17-25 | Pending 23.0 | Replaced by event OnBeforeSetZoneAndBinsForConsumption() in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnAfterCheckTrackingSpecificationChangeNeeded | (Record Tracking Specification, Record Tracking Specification, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeBinContentLookUp | (Code[10], Code[20], Code[10], Code[10], Record Item Tracking Setup, Code[20], var Code[20], var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeCheckDecreaseBinContent | (var Record Warehouse Journal Line, Option, Decimal, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeCheckWhseDocumentFromZoneCode | (Record Warehouse Journal Line, var Boolean) | 18-28 | - | - |
| Integration event | OnCheckWhseJnlLineOnAfterCheckTracking | (var Record Warehouse Journal Line, Record Item Tracking Code, Record Location) | 18-28 | - | - |
| Integration event | OnBeforeCheckWhseJnlLineTracking | (var Record Warehouse Journal Line, var Boolean) | 18-28 | - | - |
| Integration event | OnSetZoneAndBinsForConsumptionOnBeforeCheckQtyPicked | (Record Item Journal Line, var Record Prod. Order Component) | 18-25 | Pending 23.0 | Replaced by same event in codeunit "Prod. Order Warehouse Mgt." |
| Integration event | OnBeforeConfirmExceededCapacity | (var Boolean, Code[20], Text[100], Text[100], Decimal, Decimal) | 19-28 | - | - |
| Integration event | OnAfterCheckBlockedBin | (Code[10], Code[20], Code[20], Code[10], Code[10], Boolean) | 20-28 | - | - |
| Integration event | OnAfterCheckWhseJnlLine | (var Record Warehouse Journal Line, Option, Decimal, Boolean, var Record Item) | 20-28 | - | - |
| Integration event | OnAfterGetWhseJnlLineBinCode | (Code[10], Code[20], Code[20], Record Source Code Setup, var Code[20]) | 20-28 | - | - |
| Integration event | OnBeforeCheckBlockedBin | (Code[10], Code[20], Code[20], Code[10], Code[10], Boolean, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeCheckLotNo | (Code[20], Code[10], Code[10], Code[20], Code[10], Code[50], Decimal, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeCheckPutAwayAvailability | (Code[20], Text[100], Text[100], Decimal, Decimal, Boolean, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeShowPostedSourceDocument | (Enum Warehouse Shipment Posted Source Document, Code[20], var Boolean) | 21-27 | - | - |
| Integration event | OnBeforeShowSourceDocCard | (Integer, Option, Code[20], var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeTransferWhseItemTracking | (var Record Warehouse Journal Line, var Record Item Journal Line, var Record Item Tracking Setup, var Boolean) | 21-28 | - | - |
| Integration event | OnSetZoneAndBinsOnAfterCalcIsDirectedPutAwayAndPick | (Record Item Journal Line, Record Location, var Boolean) | 21-24 | - | - |
| Integration event | OnInitWhseJnlLineOnAfterGetQuantity | (Record Item Journal Line, var Record Warehouse Journal Line, Record Location) | 21-28 | - | - |
| Integration event | OnShowSourceDocAttachedLines | (Integer, Option, Code[20], Integer) | 22-28 | - | - |
| Integration event | OnBeforeCalcCubageAndWeight | (Code[20], Code[10], Decimal, var Decimal, var Decimal, var Boolean) | 22-28 | - | - |
| Integration event | OnGetDestinationEntityName | (Enum Warehouse Destination Type, Code[20], var Text[100]) | 22-28 | - | - |
| Integration event | OnShowWhseActivityDocLine | (Enum Warehouse Activity Document Type, Code[20], Integer) | 23-28 | - | - |
| Integration event | OnCheckIfBinIsEligible | (Record Item Journal Line, var Boolean) | 23-28 | - | - |
| Integration event | OnBeforeGetDestinationEntityName | (Enum Warehouse Destination Type, Code[20], var Text[100], var Boolean) | 24-28 | - | - |
| Integration event | OnSerialNoOnInventoryOnBeforeCalcQtyBase | (var Record Warehouse Entry) | 24-28 | - | - |
| Integration event | OnSetZoneAndBinsOnAfterCalcIsDirectedPutAwayAndPick | (Record Item Journal Line, Record Location, var Boolean, Boolean) | 25-28 | - | - |
| Integration event | OnCheckItemJnlLineFieldChangeOnBeforeShowError | (var Record Item Journal Line, Record Item Journal Line, var Boolean) | 25-28 | - | - |
| Integration event | OnCheckItemJnlLineFieldChangeOnAfterCheckBinCodeChange | (var Record Item Journal Line, var Record Item Journal Line, Text[30], var Boolean, var Boolean) | 25-28 | - | - |
| Integration event | OnCheckItemJnlLineFieldChangeOnAfterAssignShowError | (var Record Item Journal Line, var Record Item Journal Line, Text[30], var Boolean) | 25-28 | - | - |
| Integration event | OnAfterCheckItemJournalLineBinCodeForDirectedPutAwayAndPickLocation | (Record Item Journal Line, var Boolean) | 25-28 | - | - |
| Integration event | OnBeforeGetWrongPickPutAwayQtyErrorText | (var Record Warehouse Activity Line, Decimal, Decimal, var Text[250], var Boolean, var Record Warehouse Activity Line) | 26-28 | - | - |
| Integration event | OnGetCaptionClass | (Enum Warehouse Destination Type, Integer, var Text[50]) | 26-28 | - | - |
| Integration event | OnBeforeCheckSerialNo | (Code[20], Code[10], Code[10], Code[20], Code[10], Code[50], Decimal, var Boolean) | 26-28 | - | - |
| Integration event | OnBeforeShowPostedSourceDocument | (Enum Warehouse Shipment Posted Source Document, Code[20], Enum Warehouse Activity Source Document, var Boolean) | 28 | - | - |
| Integration event | OnShowPostedSourceDoc | (Option, Code[20], Enum Warehouse Activity Source Document) | 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.
