Table of Contents

KVSTRDDelShipmLinesPickMgt

Events

KVSTRDOnBeforeDeleteWarehouseShipmentLinesAfterCreatePick(Record Warehouse Shipment Header, Boolean) :

Summary: This event is raised before the deletion of warehouse shipment lines after creating a pick. It allows custom logic to be executed before the deletion process.

[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeDeleteWarehouseShipmentLinesAfterCreatePick(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean): 

Parameters:

  • WarehouseShipmentHeader: The warehouse shipment header record.
  • isHandled: Specifies if the event has been handled. If set to true, the default logic will not be executed.