---
title: "Codeunit 427 ICInboxOutboxMgt"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/427-icinboxoutboxmgt/
type: codeunit
id: 427
name: "ICInboxOutboxMgt"
app: "Base Application"
namespace: Microsoft.Intercompany
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/427-icinboxoutboxmgt/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 427 ICInboxOutboxMgt

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/427-icinboxoutboxmgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Intercompany |
| Versions | 17-28 |
| Source file | Finance/Intercompany/ICInboxOutboxMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateOutboxJnlTransaction | (Record Gen. Journal Line, Boolean) | Integer | public | 17-28 | - | - |
| SendSalesDoc | (var Record Sales Header, Boolean) | - | public | 17-28 | - | - |
| SendPurchDoc | (var Record Purchase Header, Boolean) | - | public | 17-28 | - | - |
| CreateOutboxSalesDocTrans | (Record Sales Header, Boolean, Boolean) | - | public | 17-28 | - | - |
| CreateOutboxSalesInvTrans | (Record Sales Invoice Header) | - | public | 17-28 | - | - |
| CreateOutboxSalesCrMemoTrans | (Record Sales Cr.Memo Header) | - | public | 17-28 | - | - |
| CreateOutboxPurchDocTrans | (Record Purchase Header, Boolean, Boolean) | - | public | 17-28 | - | - |
| CreateOutboxJnlLine | (Integer, Option, Record Gen. Journal Line) | - | public | 17-28 | - | - |
| TranslateICGLAccount | (Code[30]) | Code[20] | public | 17-28 | - | - |
| TranslateICPartnerToVendor | (Code[20]) | Code[20] | public | 17-28 | - | - |
| TranslateICPartnerToCustomer | (Code[20]) | Code[20] | public | 17-28 | - | - |
| CreateJournalLines | (Record IC Inbox Transaction, Record IC Inbox Jnl. Line, var Record Gen. Journal Line, Record Gen. Journal Template) | - | public | 17-28 | - | - |
| CreateSalesDocument | (Record IC Inbox Sales Header, Boolean, Date) | - | public | 17-28 | - | - |
| CreateSalesLines | (Record Sales Header, Record IC Inbox Sales Line) | - | public | 17-28 | - | - |
| CreatePurchDocument | (Record IC Inbox Purchase Header, Boolean, Date) | - | public | 17-28 | - | - |
| CreatePurchLines | (Record Purchase Header, Record IC Inbox Purchase Line) | - | public | 17-28 | - | - |
| CreateHandledInbox | (Record IC Inbox Transaction) | - | public | 17-28 | - | - |
| RecreateInboxTransaction | (var Record Handled IC Inbox Trans.) | - | public | 17-28 | - | - |
| RecreateOutboxTransaction | (var Record Handled IC Outbox Trans.) | - | public | 17-28 | - | - |
| ForwardToOutBox | (Record IC Inbox Transaction) | - | public | 17-28 | - | - |
| GetCompanyInfo | () | - | public | 17-28 | - | - |
| GetGLSetup | () | - | public | 17-28 | - | - |
| GetCurrency | (var Code[20]) | - | public | 17-28 | - | - |
| GetItemFromCommonItem | (Code[20]) | Code[20] | public | 17-28 | - | - |
| GetItemFromRef | (Code[20], Option, Code[20]) | Code[20] | public | 17-19 | Pending 17.0 | Replaced by GetItemFromItemRef(). |
| GetItemFromItemRef | (Code[50], Enum Item Reference Type, Code[20]) | Code[20] | public | 17-26 | Pending 23.0 | Use another implementation of GetItemFromItemRef. |
| HandleICComments | (Option, Option, Integer, Code[20], Option) | - | public | 17-28 | - | - |
| OutboxTransToInbox | (var Record IC Outbox Transaction, var Record IC Inbox Transaction, Code[20]) | - | public | 17-28 | - | - |
| OutboxJnlLineToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Jnl. Line, var Record IC Inbox Jnl. Line) | - | public | 17-28 | - | - |
| OutboxSalesHdrToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Sales Header, var Record IC Inbox Purchase Header) | - | public | 17-28 | - | - |
| OutboxSalesLineToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Sales Line, var Record IC Inbox Purchase Line) | - | public | 17-28 | - | - |
| OutboxPurchHdrToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Purchase Header, var Record IC Inbox Sales Header) | - | public | 17-28 | - | - |
| OutboxPurchLineToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Purchase Line, var Record IC Inbox Sales Line) | - | public | 17-28 | - | - |
| OutboxJnlLineDimToInbox | (var Record IC Inbox Jnl. Line, var Record IC Inbox/Outbox Jnl. Line Dim., var Record IC Inbox/Outbox Jnl. Line Dim., Integer) | - | public | 17-28 | - | - |
| OutboxDocDimToInbox | (var Record IC Document Dimension, var Record IC Document Dimension, Integer, Code[20], Integer) | - | public | 17-28 | - | - |
| MoveICJnlDimToHandled | (Integer, Integer, Integer, Code[20], Boolean, Integer) | - | public | 17-28 | - | - |
| MoveOutboxTransToHandledOutbox | (var Record IC Outbox Transaction) | - | public | 17-28 | - | - |
| CreateICDocDimFromPostedDocDim | (Record IC Document Dimension, Integer, Integer) | - | public | 17-28 | - | - |
| IsSalesHeaderFromIncomingIC | (var Record Sales Header) | Boolean | public | 22-28 | - | - |
| IsPurchaseHeaderFromIncomingIC | (var Record Purchase Header) | Boolean | public | 22-28 | - | - |
| ShowDuplicateICDocumentWarning | (var Record Purchase Header) | - | public | 22-28 | - | - |
| ShowDuplicateICDocumentWarning | (var Record Purchase Header, Text) | - | public | 22-28 | - | - |
| RejectAcceptedPurchaseHeader | (var Record Purchase Header) | - | public | 22-28 | - | - |
| RejectAcceptedSalesHeader | (var Record Sales Header) | - | public | 22-28 | - | - |
| RecreateInboxTransaction | (var Record Handled IC Inbox Trans., Boolean) | - | public | 22-28 | - | - |
| OutboxICCommentLineToInbox | (var Record IC Inbox Transaction, Record IC Comment Line, var Record IC Comment Line) | - | public | 22-28 | - | - |
| FindReceiptLine | (var Record Purch. Rcpt. Line, Record Purchase Line) | Boolean | public | 22-28 | - | - |
| FindShipmentLine | (var Record Return Shipment Line, Record Purchase Line) | Boolean | public | 22-28 | - | - |
| UpdatePurchLineICPartnerReference | (var Record Purchase Line, Record Purchase Header, Record IC Inbox Purchase Line) | - | public | 22-28 | - | - |
| UpdatePurchLineReceiptShipment | (var Record Purchase Line) | - | public | 22-28 | - | - |
| GetItemFromItemRef | (Code[50], Enum Item Reference Type, Code[20], Date) | Code[20] | public | 23-28 | - | - |
| OutboxTransToInboxOptimized | (var Record IC Outbox Transaction, var Record IC Inbox Transaction, Code[20], var List, var Record IC Inbox Transaction, var Record Handled IC Inbox Trans.) | - | public | 27-28 | - | - |
| CheckPermissionToSendICTransaction | (var Record Sales Header) | - | public | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnInsertICOutboxTransaction | (var Record IC Outbox Transaction) | 17 | - | - |
| Integration event | OnInsertICOutboxSalesDocTransaction | (var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnInsertICOutboxSalesInvTransaction | (var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnInsertICOutboxSalesCrMemoTransaction | (var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnInsertICOutboxPurchDocTransaction | (var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnInsertICOutboxJnlLine | (var Record IC Outbox Jnl. Line) | 17-18 | - | - |
| Integration event | OnAfterCreateSalesDocument | (var Record Sales Header, Record IC Inbox Sales Header, Record Handled IC Inbox Sales Header) | 17-28 | - | - |
| Integration event | OnAfterCreateSalesLines | (Record IC Inbox Sales Line, var Record Sales Line) | 17 | - | - |
| Integration event | OnAfterCreatePurchDocument | (var Record Purchase Header, Record IC Inbox Purchase Header, Record Handled IC Inbox Purch. Header) | 17-28 | - | - |
| Integration event | OnAfterCreatePurchLines | (Record IC Inbox Purchase Line, var Record Purchase Line) | 17-28 | - | - |
| Integration event | OnAfterForwardToOutBoxSalesDoc | (var Record IC Inbox Transaction, var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnAfterForwardToOutBoxPurchDoc | (var Record IC Inbox Transaction, var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnAfterHandledICOutboxSalesHdrInsert | (var Record Handled IC Outbox Sales Header, var Record IC Outbox Sales Header) | 17-28 | - | - |
| Integration event | OnAfterHandledICOutboxPurchHdrInsert | (var Record Handled IC Outbox Purch. Hdr, var Record IC Outbox Purchase Header) | 17-28 | - | - |
| Integration event | OnAfterICInboxPurchHeaderInsert | (var Record IC Inbox Purchase Header, Record IC Outbox Sales Header) | 17-28 | - | - |
| Integration event | OnAfterICInboxPurchLineInsert | (var Record IC Inbox Purchase Line, Record IC Outbox Sales Line) | 17-28 | - | - |
| Integration event | OnAfterICInboxSalesHeaderInsert | (var Record IC Inbox Sales Header, Record IC Outbox Purchase Header) | 17-28 | - | - |
| Integration event | OnAfterICInboxSalesLineInsert | (var Record IC Inbox Sales Line, Record IC Outbox Purchase Line) | 17-28 | - | - |
| Integration event | OnAfterICInboxTransInsert | (var Record IC Inbox Transaction, Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnCreateOutboxPurchDocTransOnAfterTransferFieldsFromPurchHeader | (var Record IC Outbox Purchase Header, Record Purchase Header) | 17-28 | - | - |
| Integration event | OnBeforeCreateOutboxPurchDocTrans | (Record Purchase Header, Boolean, Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCreateOutboxSalesCrMemoTrans | (Record Sales Cr.Memo Header, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeInsertGenJnlLine | (var Record Gen. Journal Line, Record IC Inbox Jnl. Line) | 17-28 | - | - |
| Integration event | OnBeforeICInboxPurchHeaderInsert | (var Record IC Inbox Purchase Header, Record IC Outbox Sales Header) | 17-28 | - | - |
| Integration event | OnBeforeICInboxPurchLineInsert | (var Record IC Inbox Purchase Line, Record IC Outbox Sales Line) | 17-28 | - | - |
| Integration event | OnBeforeICInboxSalesHeaderInsert | (var Record IC Inbox Sales Header, Record IC Outbox Purchase Header) | 17-28 | - | - |
| Integration event | OnBeforeICInboxSalesLineInsert | (var Record IC Inbox Sales Line, Record IC Outbox Purchase Line) | 17-28 | - | - |
| Integration event | OnBeforeICInboxTransInsert | (var Record IC Inbox Transaction, Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnCreateOutboxSalesInvTransOnAfterTransferFieldsFromSalesInvHeader | (var Record IC Outbox Sales Header, Record Sales Invoice Header, Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnCreateOutboxSalesCrMemoTransOnAfterTransferFieldsFromSalesCrMemoHeader | (var Record IC Outbox Sales Header, Record Sales Cr.Memo Header, Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnBeforeICOutboxTransactionCreatedSalesDocTrans | (var Record Sales Header, var Record Sales Line, var Record IC Outbox Sales Header, var Record IC Outbox Transaction, Boolean) | 17 | - | - |
| Integration event | OnBeforeICOutboxTransactionCreatedSalesInvTrans | (var Record Sales Invoice Header, var Record Sales Invoice Line, var Record IC Outbox Sales Header, var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnBeforeICOutboxTransactionCreatedSalesCrMemoTrans | (var Record Sales Cr.Memo Header, var Record Sales Cr.Memo Line, var Record IC Outbox Sales Header, var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnBeforeICOutboxTransactionCreatedPurchDocTrans | (var Record Purchase Header, var Record Purchase Line, var Record IC Outbox Purchase Header, var Record IC Outbox Transaction, Boolean) | 17 | - | - |
| Integration event | OnBeforeHandledICOutboxSalesLineInsert | (var Record Handled IC Outbox Sales Line, Record IC Outbox Sales Line) | 17-28 | - | - |
| Integration event | OnBeforeHandledICOutboxPurchLineInsert | (var Record Handled IC Outbox Purch. Line, Record IC Outbox Purchase Line) | 17-28 | - | - |
| Integration event | OnBeforeInboxSalesLineInsert | (var Record IC Inbox Sales Line, Record Handled IC Inbox Sales Line) | 17-28 | - | - |
| Integration event | OnBeforeOutBoxTransactionInsert | (var Record IC Outbox Transaction, Record Sales Header) | 17-28 | - | - |
| Integration event | OnBeforeUpdatePurchLineICPartnerReference | (var Record Purchase Line, Record Purchase Header, Record IC Inbox Purchase Line, var Boolean) | 17-28 | - | - |
| Integration event | OnCreateOutboxJnlTransactionOnBeforeOutboxJnlTransactionInsert | (var Record IC Outbox Transaction, var Record Gen. Journal Line) | 17-28 | - | - |
| Integration event | OnCreateOutboxPurchDocTransOnAfterICOutBoxPurchLineInsert | (var Record IC Outbox Purchase Line, Record Purchase Line) | 17-28 | - | - |
| Integration event | OnCreateOutboxSalesCrMemoTransOnBeforeICOutBoxSalesLineInsert | (var Record IC Outbox Sales Line, Record Sales Cr.Memo Line) | 17-28 | - | - |
| Integration event | OnCreateOutboxSalesDocTransOnAfterICOutBoxSalesLineInsert | (var Record IC Outbox Sales Line, Record Sales Line) | 17-28 | - | - |
| Integration event | OnCreateOutboxSalesInvTransOnBeforeICOutBoxSalesLineInsert | (var Record IC Outbox Sales Line, Record Sales Invoice Line, Record IC Outbox Sales Header) | 17-28 | - | - |
| Integration event | OnCreatePurchDocumentOnBeforeHandledICInboxPurchLineInsert | (Record IC Inbox Purchase Line, var Record Handled IC Inbox Purch. Line) | 17-28 | - | - |
| Integration event | OnCreatePurchDocumentOnBeforePurchHeaderInsert | (var Record Purchase Header, Record IC Inbox Purchase Header) | 17-28 | - | - |
| Integration event | OnCreateSalesDocumentOnBeforeSalesHeaderInsert | (var Record Sales Header, Record IC Inbox Sales Header) | 17-28 | - | - |
| Integration event | OnForwardToOutBoxOnBeforeHndlInboxPurchLineInsert | (var Record Handled IC Inbox Purch. Line, Record IC Inbox Purchase Line) | 17-28 | - | - |
| Integration event | OnForwardToOutBoxOnBeforeHndlInboxSalesLineInsert | (var Record Handled IC Inbox Sales Line, Record IC Inbox Sales Line) | 17-28 | - | - |
| Integration event | OnForwardToOutBoxOnBeforeOutboxTransactionInsert | (var Record IC Outbox Transaction, Record IC Inbox Transaction) | 17-28 | - | - |
| Integration event | OnRecreateInboxTransactionOnBeforeDeleteSalesHeader | (Record Handled IC Inbox Sales Header, var Record Handled IC Inbox Trans.) | 17-28 | - | - |
| Integration event | OnRecreateInboxTransactionOnBeforeDeletePurchHeader | (Record Handled IC Inbox Purch. Header, var Record Handled IC Inbox Trans.) | 17-28 | - | - |
| Integration event | OnRecreateInboxTransactionOnBeforeInboxPurchHdrInsert | (var Record IC Inbox Purchase Header, Record Handled IC Inbox Purch. Header) | 17-28 | - | - |
| Integration event | OnRecreateInboxTransactionOnBeforeInboxPurchLineInsert | (var Record IC Inbox Purchase Line, Record Handled IC Inbox Purch. Line) | 17-28 | - | - |
| Integration event | OnRecreateInboxTransactionOnBeforeInboxSalesHdrInsert | (var Record IC Inbox Sales Header, Record Handled IC Inbox Sales Header) | 17-28 | - | - |
| Integration event | OnRecreateInboxTransactionOnBeforeInboxTransactionInsert | (var Record IC Inbox Transaction, Record Handled IC Inbox Trans.) | 17 | - | - |
| Integration event | OnRecreateOutboxTransactionOnBeforeDeleteSalesHeader | (Record Handled IC Outbox Sales Header, var Record Handled IC Outbox Trans.) | 17-28 | - | - |
| Integration event | OnRecreateOutboxTransactionOnBeforeDeletePurchHeader | (Record Handled IC Outbox Purch. Hdr, var Record Handled IC Outbox Trans.) | 17-28 | - | - |
| Integration event | OnRecreateOutboxTransactionOnBeforeOutboxPurchHdrInsert | (var Record IC Outbox Purchase Header, Record Handled IC Outbox Purch. Hdr) | 17-28 | - | - |
| Integration event | OnRecreateOutboxTransactionOnBeforeOutboxPurchLineInsert | (var Record IC Outbox Purchase Line, Record Handled IC Outbox Purch. Line) | 17-28 | - | - |
| Integration event | OnRecreateOutboxTransactionOnBeforeOutboxSalesLineInsert | (var Record IC Outbox Sales Line, Record Handled IC Outbox Sales Line) | 17-28 | - | - |
| Integration event | OnRecreateOutboxTransactionOnBeforeOutboxTransactionInsert | (var Record IC Outbox Transaction, Record Handled IC Outbox Trans.) | 17 | - | - |
| Integration event | OnAfterICOutBoxSalesLineInsert | (var Record Sales Line, var Record IC Outbox Sales Line) | 17-28 | - | - |
| Integration event | OnAfterICOutBoxSalesHeaderTransferFields | (var Record IC Outbox Sales Header, Record Sales Header) | 17-28 | - | - |
| Integration event | OnBeforeCreatePurchDocument | (Record IC Inbox Purchase Header, Boolean, Date, var Boolean) | 17-18 | - | - |
| Integration event | OnBeforeCreateSalesDocument | (Record IC Inbox Sales Header, Boolean, Date, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCreateOutboxSalesDocTrans | (Record Sales Header, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCreateOutboxSalesInvTrans | (Record Sales Invoice Header, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeHandledICInboxSalesLineInsert | (var Record Handled IC Inbox Sales Line, Record IC Inbox Sales Line) | 17-28 | - | - |
| Integration event | OnBeforeHandledInboxTransactionInsert | (var Record Handled IC Inbox Trans., Record IC Inbox Transaction) | 17-28 | - | - |
| Integration event | OnBeforeOutboxPurchHdrToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Purchase Header, var Record IC Inbox Sales Header, Record Company Information, var Boolean, var Record IC Partner) | 17-22 | Pending 20.0 | Replaced by OnBeforeOutboxPurchHdrToInbox() event. |
| Integration event | OnCreateSalesDocumentOnBeforeSalesHeaderModify | (var Record Sales Header, Record IC Inbox Sales Header) | 17-19 | - | - |
| Integration event | OnCreatePurchDocumentOnBeforePurchHeaderModify | (var Record Purchase Header, Record IC Inbox Purchase Header) | 17-28 | - | - |
| Integration event | OnCreateSalesLinesOnBeforefterAssignTypeAndNo | (var Record Sales Line, Record IC Inbox Sales Line) | 17-28 | - | - |
| Integration event | OnCreatePurchLinesOnBeforeAssignTypeAndNo | (var Record Purchase Line, Record IC Inbox Purchase Line) | 17-28 | - | - |
| Integration event | OnCreatePurchLinesOnAfterTransferFields | (var Record Purchase Line, Record IC Inbox Purchase Line) | 17-28 | - | - |
| Integration event | OnCreatePurchLinesOnAfterAssignPurchLineFields | (var Record Purchase Line, Record IC Inbox Purchase Line) | 17 | - | - |
| Integration event | OnCreatePurchLinesOnAfterModify | (var Record Purchase Line, Record IC Inbox Purchase Line) | 17-28 | - | - |
| Integration event | OnCreatePurchLinesOnBeforeModify | (var Record Purchase Line, Record IC Inbox Purchase Line) | 17-28 | - | - |
| Integration event | OnCreatePurchLinesOnICPartnerRefTypeCaseElse | (var Record Purchase Line, Record Purchase Header, Record IC Inbox Purchase Line) | 17-28 | - | - |
| Integration event | OnCreateSalesLinesOnICPartnerRefTypeCaseElse | (var Record Sales Line, Record Sales Header, Record IC Inbox Sales Line) | 17-28 | - | - |
| Integration event | OnMoveOutboxTransToHandledOutboxOnAfterHandledICOutboxTransTransferFields | (var Record Handled IC Outbox Trans., var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnCreateOutboxPurchDocTransOnBeforeOutboxTransactionInsert | (var Record IC Outbox Transaction, Record Purchase Header) | 17-28 | - | - |
| Integration event | OnMoveOutboxTransToHandledOutboxOnBeforeHandledICOutboxTransTransferFields | (var Record Handled IC Outbox Trans., var Record IC Outbox Transaction) | 17-28 | - | - |
| Integration event | OnMoveOutboxTransToHandledOutboxOnBeforeICOutboxPurchLineDelete | (Record IC Outbox Purchase Line, Record Handled IC Outbox Purch. Line) | 17-28 | - | - |
| Integration event | OnMoveOutboxTransToHandledOutboxOnBeforeICOutboxSalesLineDelete | (Record IC Outbox Sales Line, Record Handled IC Outbox Sales Line) | 17-28 | - | - |
| Integration event | OnOutboxJnlLineToInboxOnBeforeICInboxJnlLineInsert | (var Record IC Inbox Jnl. Line, var Record IC Outbox Jnl. Line) | 17-28 | - | - |
| Integration event | OnSendPurchDocOnBeforeReleasePurchDocument | (var Record Purchase Header, var Boolean) | 17-28 | - | - |
| Integration event | OnSendSalesDocOnBeforeReleaseSalesDocument | (var Record Sales Header, var Boolean) | 17-28 | - | - |
| Integration event | OnSendSalesDocOnbeforeTestSendICDocument | (var Record Sales Header, var Boolean) | 17-28 | - | - |
| Integration event | OnInsertICOutboxTransaction | (var Record IC Outbox Transaction, var Record Gen. Journal Line) | 18-28 | - | - |
| Integration event | OnAfterCreateSalesLines | (Record IC Inbox Sales Line, var Record Sales Line, var Record Sales Header) | 18-28 | - | - |
| Integration event | OnAfterCreateJournalLines | (var Record Gen. Journal Line) | 18-28 | - | - |
| Integration event | OnAfterRunExchangeAccGLJournalLine | (var Record Gen. Journal Line, Integer) | 18-28 | - | - |
| Integration event | OnCreateOutboxPurchDocTransOnAfterPurchLineSetFilters | (var Record Purchase Header, var Record Purchase Line) | 18-28 | - | - |
| Integration event | OnBeforeSendPurchDoc | (var Record Purchase Header, var Boolean, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeSendSalesDoc | (var Record Sales Header, var Boolean, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeValidateSalesLineDeliveryDates | (var Record Sales Line, Record IC Inbox Sales Line, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeICOutboxTransactionCreatedSalesDocTrans | (var Record Sales Header, var Record Sales Line, var Record IC Outbox Sales Header, var Record IC Outbox Transaction, Boolean, Boolean) | 18-28 | - | - |
| Integration event | OnBeforeICOutboxTransactionCreatedPurchDocTrans | (var Record Purchase Header, var Record Purchase Line, var Record IC Outbox Purchase Header, var Record IC Outbox Transaction, Boolean, Boolean) | 18-28 | - | - |
| Integration event | OnCreateSalesDocumentOnAfterSalesHeaderFirstModify | (var Record Sales Header) | 18-28 | - | - |
| Integration event | OnCreateSalesDocumentOnBeforeSetICDocDimFilters | (var Record Sales Header, var Record IC Inbox Sales Header) | 18-28 | - | - |
| Integration event | OnRecreateInboxTransactionOnBeforeInboxTransactionInsert | (var Record IC Inbox Transaction, Record Handled IC Inbox Trans., var Record Handled IC Inbox Trans.) | 18-28 | - | - |
| Integration event | OnRecreateOutboxTransactionOnBeforeOutboxTransactionInsert | (var Record IC Outbox Transaction, Record Handled IC Outbox Trans., var Record Handled IC Outbox Trans.) | 18-28 | - | - |
| Integration event | OnBeforeOutboxSalesHdrToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Sales Header, var Record IC Inbox Purchase Header, var Record IC Partner, var Boolean) | 18-28 | - | - |
| Integration event | OnCreatePurchDocumentOnBeforeSetICDocDimFilters | (var Record Purchase Header, var Record IC Inbox Purchase Header) | 18-28 | - | - |
| Integration event | OnCreatePurchLinesOnAfterAssignPurchLineFields | (var Record Purchase Line, Record IC Inbox Purchase Line, var Record Purchase Header) | 18-28 | - | - |
| Integration event | OnInsertICOutboxJnlLine | (var Record IC Outbox Jnl. Line, Record Gen. Journal Line) | 19-28 | - | - |
| Integration event | OnInsertOutboxJnlLineOnBeforeICOutboxJnlLineInsert | (var Record IC Outbox Jnl. Line, Record Gen. Journal Line) | 19-28 | - | - |
| Integration event | OnCreateSalesLinesOnAfterValidateNo | (var Record Sales Line, Record Sales Header, Record IC Inbox Sales Line) | 19-28 | - | - |
| Integration event | OnCreatePurchLinesOnAfterValidateNo | (var Record Purchase Line, Record Purchase Header, Record IC Inbox Purchase Line) | 19-28 | - | - |
| Integration event | OnBeforeCreatePurchDocument | (Record IC Inbox Purchase Header, Boolean, Date, var Boolean, var Record Purchase Header, var Record Handled IC Inbox Purch. Header) | 19-28 | - | - |
| Integration event | OnCreateJournalLinesOnBeforeModify | (var Record Gen. Journal Line, Record IC Inbox Jnl. Line) | 20-28 | - | - |
| Integration event | OnBeforeCreateJournalLines | (Record IC Inbox Transaction, Record IC Inbox Jnl. Line, var Record Gen. Journal Line, Record Gen. Journal Template, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeUpdateICOutboxSalesLineReceiptShipment | (var Record IC Outbox Sales Line, Record IC Outbox Sales Header, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeValidateQuantityFromICInboxSalesLine | (var Record Sales Line, Record IC Inbox Sales Line, var Boolean) | 20-28 | - | - |
| Integration event | OnCreateOutboxSalesInvTransOnBeforeOutboxTransactionInsert | (var Record IC Outbox Transaction) | 20-28 | - | - |
| Integration event | OnCreateOutboxSalesCrMemoTransOnBeforeOutboxTransactionInsert | (var Record IC Outbox Transaction) | 20-28 | - | - |
| Integration event | OnBeforeOutboxPurchHdrToInboxProcedure | (var Record IC Inbox Transaction, var Record IC Outbox Purchase Header, var Record IC Inbox Sales Header, Record IC Setup, var Boolean, var Record IC Partner) | 20-22 | - | - |
| Integration event | OnCreateSalesDocumentOnBeforeSalesHeaderModify | (var Record Sales Header, Record IC Inbox Sales Header, var Record IC Document Dimension) | 20-28 | - | - |
| Integration event | OnCreateOutboxSalesCrMemoTransOnAfterICOutBoxSalesHeaderInsert | (var Record IC Outbox Sales Header, Record Sales Cr.Memo Header) | 21-28 | - | - |
| Integration event | OnCreateOutboxSalesInvTransOnAfterICOutBoxSalesHeaderInsert | (var Record IC Outbox Sales Header, Record Sales Invoice Header) | 21-28 | - | - |
| Integration event | OnBeforeCheckICPurchaseDocumentAlreadySent | (Record Purchase Header, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeCheckICSalesDocumentAlreadySent | (Record Sales Header, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeFindReceiptLine | (var Record Purch. Rcpt. Line, Record Purchase Line, var Boolean, var Boolean) | 21-28 | - | - |
| Integration event | OnCreateSalesLinesOnBeforeCalcPriceAndAmounts | (var Record Sales Header, var Record Sales Line, var Boolean) | 21-28 | - | - |
| Integration event | OnCreatePurchLinesOnBeforeCalcPriceAndAmounts | (var Record Purchase Header, var Record Purchase Line, var Boolean) | 21-26 | - | - |
| Integration event | OnCreateSalesLinesOnBeforeValidateUnitOfMeasureCode | (var Record Sales Line, Record IC Inbox Sales Line, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeUpdateSalesHeader | (var Record Sales Header, Record IC Inbox Sales Header, var Record IC Document Dimension, Boolean, Date) | 21-28 | - | - |
| Integration event | OnBeforeUpdatePurchaseHeader | (var Record Purchase Header, Record IC Inbox Purchase Header, var Record IC Document Dimension, Boolean, Date) | 21-28 | - | - |
| Integration event | OnCreateSalesDocumentOnAfterICInboxSalesLineSetFilters | (var Record IC Inbox Sales Line, Record IC Inbox Sales Header) | 21-28 | - | - |
| Integration event | OnCreatePurchDocumentOnAfterICInboxPurchLineSetFilters | (var Record IC Inbox Purchase Line, Record IC Inbox Purchase Header) | 21-28 | - | - |
| Integration event | OnBeforeCreateSalesLines | (Record Sales Header, var Record IC Inbox Sales Line, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeCreatePurchLines | (Record Purchase Header, var Record IC Inbox Purchase Line, var Boolean) | 21-28 | - | - |
| Integration event | OnUpdatePurchLineReceiptShipmentOnBeforeCopyHandledItemTrkgToPurchLine | (var Record Purchase Line, var Boolean) | 21-28 | - | - |
| Integration event | OnUpdatePurchLineReceiptShipmentOnBeforeCopyHandledItemTrkgToInvLine | (var Record Purchase Line, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeOutboxPurchHdrToInboxProcedure | (var Record IC Inbox Transaction, var Record IC Outbox Purchase Header, var Record IC Inbox Sales Header, Record IC Setup, var Boolean, var Record IC Partner, var Record IC Partner) | 23-28 | - | - |
| Integration event | OnAfterSendPurchDoc | (var Record Purchase Header, var Boolean) | 23-28 | - | - |
| Integration event | OnAfterSendSalesDoc | (var Record Sales Header, var Boolean) | 23-28 | - | - |
| Integration event | OnBeforeRejectAcceptedSalesHeader | (var Record Sales Header, var Boolean) | 23-28 | - | - |
| Integration event | OnBeforeOutboxJnlLineToInbox | (var Record IC Inbox Transaction, var Record IC Outbox Jnl. Line, var Record IC Inbox Jnl. Line, var Record IC Partner, var Boolean) | 25-28 | - | - |
| Integration event | OnCreateOutboxSalesDocTransOnBeforeLoop | (var Record Sales Line) | 26-28 | - | - |
| Integration event | OnCreatePurchLinesOnBeforeCalcPriceAndAmounts | (var Record Purchase Header, var Record Purchase Line, var Boolean, var Record IC Inbox Purchase Line) | 27-28 | - | - |
| Integration event | OnOutboxTransToInboxOptimizedOnAfterTransferFields | (var Record IC Outbox Transaction, var Record IC Inbox Transaction) | 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.
