KVSPSAREAllocationAcrossJobs#
Events#
KVSPSAREOnBeforeGetCorrespondingPSPLineFromAllocateToJob(Record KVSPSAJobPSPLine, Boolean) :#
Summary: Raised on beginning of GetCorrespondingPSPLineFromAllocateToJob. If IsHandled an exit with a FindFirst on KVSPSAJobPSPLine will be execute
[IntegrationEvent(false, false)]
local procedure KVSPSAREOnBeforeGetCorrespondingPSPLineFromAllocateToJob(var KVSPSAJobPSPLine: Record "KVSPSAJobPSPLine"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAREAllocationAcrossJobs", 'KVSPSAREOnBeforeGetCorrespondingPSPLineFromAllocateToJob', '', false, false)]
local procedure DoSomethingKVSPSAREOnBeforeGetCorrespondingPSPLineFromAllocateToJob(var KVSPSAJobPSPLine: Record "KVSPSAJobPSPLine"; var IsHandled: Boolean)
begin
end;
Parameters:
KVSPSAJobPSPLine
:IsHandled
: