Table of Contents

KVSTRDDelShipmLinesPostMgt

Summary: Provides Del Shipm Lines Post Management operations such as delete warehouse shipment lines after post and has existing whse activity line for assemble to order.

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.