---
title: "Codeunit 5403 AddOnIntegrManagement"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5403-addonintegrmanagement/
type: codeunit
id: 5403
name: "AddOnIntegrManagement"
app: "Base Application"
namespace: Microsoft.Inventory
versions: "17-28"
build: 28.5.54151.54365
obsolete: "Pending 27.0"
source: "https://jonas-paprotka.de/ref/codeunit/5403-addonintegrmanagement/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 5403 AddOnIntegrManagement

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5403-addonintegrmanagement/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory |
| Versions | 17-28 |
| Obsolete | Pending 27.0, seen from 27. Procedures from thois codeunit moved to other codeunits |
| Source file | Inventory/AddOnIntegrManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CheckReceiptOrderStatus | (var Record Sales Line) | - | public | 17-28 | Pending 27.0 | Moved to codeunit CheckProdOrderStatus |
| ValidateProdOrderOnPurchLine | (var Record Purchase Line) | - | public | 17-28 | Pending 27.0 | Moved to table extension MfgPurchaseLine |
| ResetReqLineFields | (var Record Requisition Line) | - | public | 17-28 | Pending 27.0 | Replaced by subscriber in codeunit MfgRequisitionLine |
| ValidateProdOrderOnReqLine | (var Record Requisition Line) | - | public | 17-28 | Pending 27.0 | Moved to table extension MfgRequisitionLine |
| InitMfgSetup | () | - | public | 17-28 | Pending 27.0 | Not used |
| TransferFromReqLineToPurchLine | (var Record Purchase Line, Record Requisition Line) | - | public | 17-28 | Pending 27.0 | Moved to codeunit  |
| RunOnBeforeCheckReceiptOrderStatus | (Record Sales Line, var Boolean) | - | internal | 27-28 | - | - |
| RunOnAfterTransferFromReqLineToPurchLine | (var Record Purchase Line, var Record Requisition Line) | - | internal | 27-28 | - | - |
| RunOnBeforeTransferFromReqLineToPurchLine | (var Record Purchase Line, var Record Requisition Line, var Boolean) | - | internal | 27-28 | - | - |
| RunOnBeforeValidateProdOrderOnPurchLine | (var Record Purchase Line, var Boolean) | - | internal | 27-28 | - | - |
| RunOnTransferFromReqLineToPurchLineOnBeforeBeforeAssignOverheadRate | (var Record Work Center, var Date) | - | internal | 27-28 | - | - |
| RunOnAfterResetReqLineFields | (var Record Requisition Line) | - | internal | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeCheckReceiptOrderStatus | (Record Sales Line, var Boolean) | 17-28 | Pending 27.0 | Moved to codeunit CheckProdOrderStatus |
| Integration event | OnBeforeTransferFromReqLineToPurchLine | (var Record Purchase Line, var Record Requisition Line, var Boolean) | 17-28 | Pending 27.0 | Moved to codeunit MfgRequisitionLine |
| Integration event | OnTransferFromReqLineToPurchLineOnBeforeBeforeAssignOverheadRate | (var Record Work Center, var Date) | 17-28 | Pending 27.0 | Moved to cpodeunit MfgRequisitionLine |
| Integration event | OnAfterResetReqLineFields | (var Record Requisition Line) | 17-28 | Pending 27.0 | Moved to codeunit MfgRequisitionLine |
| Integration event | OnBeforeValidateProdOrderOnPurchLine | (var Record Purchase Line, var Boolean) | 19-28 | Pending 27.0 | Moved to table extension MfgPurchaseLine |
| Integration event | OnAfterTransferFromReqLineToPurchLine | (var Record Purchase Line, var Record Requisition Line) | 20-28 | Pending 27.0 | Moved to codeunit MfgRequisitionLine |

## 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.
