Skip to content

KVSTRDWhsePostShipment#

Obsolete

This Element will be removed or changed with a future Version of the App.

Procedures#

KVSTRDOnBeforeDeleteWhseShptLines(Record Warehouse Shipment Header, Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('Use codeunit KVSTRDRedSingleShptOrdQtyEvMgt with event KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment.', '23.1')]
[IntegrationEvent(false, false)]
procedure KVSTRDOnBeforeDeleteWhseShptLines(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDWhsePostShipment", 'KVSTRDOnBeforeDeleteWhseShptLines', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeDeleteWhseShptLines(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean)
begin
end;

Events#

KVSTRDOnBeforeDeleteWhseShptLines(Record Warehouse Shipment Header, Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('Use codeunit KVSTRDRedSingleShptOrdQtyEvMgt with event KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment.', '23.1')]
[IntegrationEvent(false, false)]
procedure KVSTRDOnBeforeDeleteWhseShptLines(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDWhsePostShipment", 'KVSTRDOnBeforeDeleteWhseShptLines', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeDeleteWhseShptLines(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean)
begin
end;