Skip to content

KVSPSAPostJobEvalTemplate#

Procedures#

OnRun#

procedure OnRun(Rec: Record "KVSPSAJobEvaluationTemplateHdr")

Events#

KVSPSAOnAfterTransferJobEvalTemplateLineToPostedJobEvalTemplateLine(Record KVSPSAJobEvaluationTemplateLi, Record KVSPSAPostedJobEvalTemplateLi) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterTransferJobEvalTemplateLineToPostedJobEvalTemplateLine(var JobEvaluationTemplateLine: Record "KVSPSAJobEvaluationTemplateLi"; var PostedJobEvalTemplateLine: Record "KVSPSAPostedJobEvalTemplateLi"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAPostJobEvalTemplate", 'KVSPSAOnAfterTransferJobEvalTemplateLineToPostedJobEvalTemplateLine', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterTransferJobEvalTemplateLineToPostedJobEvalTemplateLine(var JobEvaluationTemplateLine: Record "KVSPSAJobEvaluationTemplateLi"; var PostedJobEvalTemplateLine: Record "KVSPSAPostedJobEvalTemplateLi")
begin
end;