Codeunit "IC Inbox Import"

ID 435
Namespace: Microsoft.Intercompany.Inbox

Properties

Name Value
TableNo Table Microsoft.Intercompany.Inbox."IC Inbox Transaction"

Events

OnBeforeImportInboxTransactionProcedure

[IntegrationEvent(False,False)]
local procedure OnBeforeImportInboxTransactionProcedure(ICSetup: Record "IC Setup", var IStream: InStream, var TempICOutboxTransaction: Record "IC Outbox Transaction" temporary, var TempICOutboxJnlLine: Record "IC Outbox Jnl. Line" temporary, var TempICInboxOutboxJnlLineDim: Record "IC Inbox/Outbox Jnl. Line Dim." temporary, var TempICOutboxSalesHeader: Record "IC Outbox Sales Header" temporary, var TempICOutboxSalesLine: Record "IC Outbox Sales Line" temporary, var TempICOutboxPurchaseHeader: Record "IC Outbox Purchase Header" temporary, var TempICOutboxPurchaseLine: Record "IC Outbox Purchase Line" temporary, var TempICDocDim: Record "IC Document Dimension" temporary, var FromICPartnerCode: Code[20], var IsHandled: Boolean)

Parameters

Name Type Description
ICSetup Table Microsoft.Intercompany.Setup."IC Setup"
IStream InStream
TempICOutboxTransaction Table Microsoft.Intercompany.Outbox."IC Outbox Transaction"
TempICOutboxJnlLine Table Microsoft.Intercompany.Outbox."IC Outbox Jnl. Line"
TempICInboxOutboxJnlLineDim Table Microsoft.Intercompany.Dimension."IC Inbox/Outbox Jnl. Line Dim."
TempICOutboxSalesHeader Table Microsoft.Intercompany.Outbox."IC Outbox Sales Header"
TempICOutboxSalesLine Table Microsoft.Intercompany.Outbox."IC Outbox Sales Line"
TempICOutboxPurchaseHeader Table Microsoft.Intercompany.Outbox."IC Outbox Purchase Header"
TempICOutboxPurchaseLine Table Microsoft.Intercompany.Outbox."IC Outbox Purchase Line"
TempICDocDim Table Microsoft.Intercompany.Dimension."IC Document Dimension"
FromICPartnerCode Code[20]
IsHandled Boolean

OnRunOnAfterTempICOutboxTransLoop

[IntegrationEvent(False,False)]
local procedure OnRunOnAfterTempICOutboxTransLoop(var IcInboxTransaction: Record "IC Inbox Transaction", var IcOutBoxTransaction: Record "IC Outbox Transaction")

Parameters

Name Type Description
IcInboxTransaction Table Microsoft.Intercompany.Inbox."IC Inbox Transaction"
IcOutBoxTransaction Table Microsoft.Intercompany.Outbox."IC Outbox Transaction"

See also