Skip to content

KVSTRDWarehouseLib#

Obsolete

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

Procedures#

HasExistingWhseActivityLineForAssembleToOrder(Record Warehouse Shipment Line) : Boolean#

Obsolete

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

[Obsolete('Use codeunit KVSTRDDelShipmLinesPostMgt.', '23.1')]
procedure HasExistingWhseActivityLineForAssembleToOrder(var WarehouseShipmentLine: Record "Warehouse Shipment Line"): Boolean

KVSTRDOnBeforeDeleteWhseShptLines(Record Warehouse Shipment Header, Boolean) :#

Obsolete

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

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