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):
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.
OnBeforeCheckRoutingLine(Record Routing Header, Record Routing Line, Code[20], Boolean) :
Summary: Event raised before checking routing lines in the KUMAVISION factory system.
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckRoutingLine(var RoutingHeader: Record "Routing Header"; var RoutingLine: Record "Routing Line"; VersionCode: Code[20]; var SkipChecking: Boolean):
Parameters:
RoutingHeader: The routing header record for which routing lines will be checked.RoutingLine: The routing line record for which routing lines will be checked.VersionCode: The version code of the routing to process for routing line checks.SkipChecking: Set to true to skip default routing line checking processing.