Skip to content

KVSFCYCheckRoutingLines#

Events#

OnBeforeCalcPreviousOperations(Record Routing Header, Code[20], Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeCalcPreviousOperations(var RoutingHeader: Record "Routing Header"; VersionCode: Code[20]; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYCheckRoutingLines", 'OnBeforeCalcPreviousOperations', '', false, false)]
local procedure DoSomethingOnBeforeCalcPreviousOperations(var RoutingHeader: Record "Routing Header"; VersionCode: Code[20]; var IsHandled: Boolean)
begin
end;