Skip to content

KVSKBACreateReservEntry#

Events#

OnBeforeTrackSpecification2ReservEntry(Record Tracking Specification, Record Reservation Entry, Boolean) :#

Summary: Integration event triggered before copying tracking specification data to reservation entry.

[IntegrationEvent(false, false)]
local procedure OnBeforeTrackSpecification2ReservEntry(var TrackingSpecification: Record "Tracking Specification"; var ReservationEntry: Record "Reservation Entry"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBACreateReservEntry", 'OnBeforeTrackSpecification2ReservEntry', '', false, false)]
local procedure DoSomethingOnBeforeTrackSpecification2ReservEntry(var TrackingSpecification: Record "Tracking Specification"; var ReservationEntry: Record "Reservation Entry"; var IsHandled: Boolean)
begin
end;

Parameters:

  • TrackingSpecification: The tracking specification containing item tracking information.
  • ReservationEntry: The reservation entry to be updated with tracking information.
  • IsHandled: Set to true if the event is handled by a subscriber and default processing should be skipped.

Remarks: Allows customization of how tracking specification data is transferred to reservation entries during reservation creation.