procedure RegisterBinContentItemTracking(var ItemJournalLine: Record "Item Journal Line", var TempTrackingSpecification: Record "Tracking Specification" temporary)
[IntegrationEvent(False,False)]
local procedure OnBeforeCallItemTracking(var ItemJournalLine: Record "Item Journal Line", IsReclass: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeVerifyQuantity(var NewItemJournalLine: Record "Item Journal Line", OldItemJournalLine: Record "Item Journal Line", var ReservMgt: Codeunit "Reservation Management", var Blocked: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeTestOldReservEntryLocationCode(var OldReservEntry: Record "Reservation Entry", var ItemJnlLine: Record "Item Journal Line", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnTransferItemJnlToItemLedgEntryOnBeforeTestVariantCode(var OldReservEntry: Record "Reservation Entry", var ItemJnlLine: Record "Item Journal Line", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnTransferItemJnlToItemLedgEntryOnBeforeTransferReservEntry(var ItemLedgerEntry: Record "Item Ledger Entry")
[IntegrationEvent(False,False)]
local procedure OnVerifyChangeOnBeforeHasError(NewItemJnlLine: Record "Item Journal Line", OldItemJnlLine: Record "Item Journal Line", var HasError: Boolean, var ShowError: Boolean)
[IntegrationEvent(False,False)]
local procedure OnCallItemTrackingOnBeforeItemTrackingLinesRunModal(var ItemJnlLine: Record "Item Journal Line", var ItemTrackingLines: Page "Item Tracking Lines")
[IntegrationEvent(False,False)]
local procedure OnCreateReservationOnBeforeCreateReservEntry(var ItemJnlLine: Record "Item Journal Line", var Quantity: Decimal, var QuantityBase: Decimal, var ForReservEntry: Record "Reservation Entry", var IsHandled: Boolean, var FromTrackingSpecification: Record "Tracking Specification", ExpectedReceiptDate: Date, var Description: Text[100], ShipmentDate: Date)
[IntegrationEvent(False,False)]
local procedure OnCallItemTrackingOnBeforeCallItemJnlLineItemTracking(var ItemJournalLine: Record "Item Journal Line", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeVerifyChange(var NewItemJournalLine: Record "Item Journal Line", OldItemJournalLine: Record "Item Journal Line", var ReservationManagement: Codeunit "Reservation Management", var Blocked: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnReservEntryExistOnBeforeReservationEntryIsEmpty(var ReservationEntry: Record "Reservation Entry", ItemJournalLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnFindReservEntryOnBeforeReservationEntryFindLast(var ReservationEntry: Record "Reservation Entry", ItemJournalLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnCreateReservationOnBeforeCreateReservation(var ItemJournalLine: Record "Item Journal Line", var TrackingSpecification: Record "Tracking Specification", var Description: Text[100], var ExpectedDate: Date, var Quantity: Decimal, var QuantityBase: Decimal, var ReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 27.0. This event is never raised.
[Obsolete(This event is never raised.,27.0)]
[IntegrationEvent(False,False)]
local procedure OnSetSourceForReservationOnBeforeUpdateReservation(var ReservEntry: Record "Reservation Entry", ItemJnlLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnAfterInitFromItemJnlLine(var TrackingSpecification: Record "Tracking Specification", ItemJournalLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnAfterGetSourceValue(var ReservationEntry: Record "Reservation Entry", var SourceRecRef: RecordRef, ReturnOption: Option)