KVSFCYCheckRoutingLines#
Events#
OnBeforeCalcPreviousOperations(Record Routing Header, Code[20], Boolean) :#
Summary: Event raised before calculating previous operations for routing lines in the KUMAVISION factory system.
[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;
Parameters:
RoutingHeader: The routing header record for which previous operations will be calculated.VersionCode: The version code of the routing to process for previous operation calculations.IsHandled: Set to true to skip default previous operation calculation processing.