[IntegrationEvent(False,False)]
local procedure OnBeforeCalcInvtQtyOnHand(DocNo: Code[20], PostingDate: Date, ZeroQty: Boolean, var TempPhysInvtItemSelection: Record "Phys. Invt. Item Selection" temporary, var IsHandled: Boolean, var ItemJournalLine: Record "Item Journal Line", var Item: Record Item)
[IntegrationEvent(False,False)]
local procedure OnBeforeCalcWhseQtyOnHand(DocNo: Code[20], PostingDate: Date, ZeroQty: Boolean, var TempPhysInvtItemSelection: Record "Phys. Invt. Item Selection" temporary, var IsHandled: Boolean, var WhseJnlLine: Record "Warehouse Journal Line")
[IntegrationEvent(False,False)]
local procedure OnBeforeCreatePhysInvtItemJnl(var ItemJournalLine: Record "Item Journal Line", var TempPhysInvtItemSelection: Record "Phys. Invt. Item Selection" temporary, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeCreatePhysInvtOrderLines(TempPhysInvtItemSelection: Record "Phys. Invt. Item Selection" temporary, PhysInvtOrderHeader: Record "Phys. Invt. Order Header", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforePrintPhysInvtList(var ItemJournalBatch: Record "Item Journal Batch", PrintQtyCalculated: Boolean, var TempPhysInvtItemSelection: Record "Phys. Invt. Item Selection" temporary, var IsHandled: Boolean, var PrintDocPerItem: Boolean, var ItemJournalLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnBeforePrintWhseInvtList(var WarehouseJournalBatch: Record "Warehouse Journal Batch", PrintQtyCalculated: Boolean, var TempPhysInvtItemSelection: Record "Phys. Invt. Item Selection" temporary, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnRunOnSKUOnBeforeInsertTempPhysCountBuffer(var Item: Record Item, SKU: Record "Stockkeeping Unit", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnRunOnBeforeRunModalPhysInvtItemSelection(var TempPhysInvtItemSelection: Record "Phys. Invt. Item Selection", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnCreatePhysInvtOrderLinesOnBeforeCalcPhysInvtOrderLinesRunModal(var CalcPhysInvtOrderCount: Report "Calc. Phys. Invt. Order Count", ZeroQty: Boolean, CalcQtyExpected: Boolean, var Item: Record Item, var CalcPhysInvtOrderLines: Report "Calc. Phys. Invt. Order Lines")