KVSTRDDelShipmLinesPostMgt
Events
KVSTRDOnBeforeDeleteWhseShptLines(Record Warehouse Shipment Header, Boolean) :
Summary: This event is raised before the deletion of warehouse shipment lines.
[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeDeleteWhseShptLines(WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean):
Parameters:
WarehouseShipmentHeader: The warehouse shipment header record, the warehouse shipment lines belong to.isHandled: Specifies if the event has been handled. If set to true, the default logic will not be executed.