KVSKBAWhsePostShipment
Events
OnBeforeOnBeforeRun(Record Warehouse Shipment Line, Boolean) :
Summary: Called before the OnBeforeRun event of the "Whse.-Post Shipment" codeunit is executed.
[IntegrationEvent(false, false)]
local procedure OnBeforeOnBeforeRun(var WarehouseShipmentLine: Record "Warehouse Shipment Line"; var IsHandled: Boolean):
Parameters:
WarehouseShipmentLine: The record of the "Warehouse Shipment Line" that is being processed; can be modified by the subscriber.IsHandled: Set to true to indicate that the event has been handled and skip the default behavior of the OnBeforeRun event.
Remarks: This event is raised before the OnBeforeRun event of the "Whse.-Post Shipment" codeunit is executed. It allows subscribers to handle the event and prevent the default behavior from executing.