Skip to content

KVSTRDWarehouseSubscribers#

Obsolete

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

Events#

KVSTRDOnBeforeAlignSerialNoToCorrespondingLine(Record Warehouse Activity Line, Record Warehouse Activity Line, Integer, Boolean) :#

Obsolete

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

[Obsolete('Not used. Replaced by Standard functionality.', '23.1')]
[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeAlignSerialNoToCorrespondingLine(var WarehouseActivityLine: Record "Warehouse Activity Line"; var xRecWarehouseActivityLine: Record "Warehouse Activity Line"; CurrentFieldNo: Integer; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDWarehouseSubscribers", 'KVSTRDOnBeforeAlignSerialNoToCorrespondingLine', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeAlignSerialNoToCorrespondingLine(var WarehouseActivityLine: Record "Warehouse Activity Line"; var xRecWarehouseActivityLine: Record "Warehouse Activity Line"; CurrentFieldNo: Integer; var isHandled: Boolean)
begin
end;