Skip to content

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): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDDelShipmLinesPostMgt", 'KVSTRDOnBeforeDeleteWhseShptLines', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeDeleteWhseShptLines(WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean)
begin
end;

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.