Skip to content

KVSPSAPost Job Document#

Procedures#

OnRun#

procedure OnRun(Rec: Record "KVSPSAJob Document Header")

Events#

KVSPSAOnAfterInsertedPostedLines(Record KVSPSAJob Document Header, Record KVSPSAPostedJobDocumentHeader, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterInsertedPostedLines(var JobDocumentHeader: Record "KVSPSAJob Document Header"; var PostedJobDocumentHeader: Record "KVSPSAPostedJobDocumentHeader"; var PerformAll: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAPost Job Document", 'KVSPSAOnAfterInsertedPostedLines', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterInsertedPostedLines(var JobDocumentHeader: Record "KVSPSAJob Document Header"; var PostedJobDocumentHeader: Record "KVSPSAPostedJobDocumentHeader"; var PerformAll: Boolean)
begin
end;

KVSPSAOnAfterTestJobDocumenLine(Record KVSPSAJob Document Line, Record KVSPSAJob Document Header) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterTestJobDocumenLine(var JobDocumentLine: Record "KVSPSAJob Document Line"; var JobDocumentHeader: Record "KVSPSAJob Document Header"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAPost Job Document", 'KVSPSAOnAfterTestJobDocumenLine', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterTestJobDocumenLine(var JobDocumentLine: Record "KVSPSAJob Document Line"; var JobDocumentHeader: Record "KVSPSAJob Document Header")
begin
end;

KVSPSAOnAfterTestJobDocumentHeader(Record KVSPSAJob Document Header) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterTestJobDocumentHeader(var JobDocumentHeader: Record "KVSPSAJob Document Header"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAPost Job Document", 'KVSPSAOnAfterTestJobDocumentHeader', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterTestJobDocumentHeader(var JobDocumentHeader: Record "KVSPSAJob Document Header")
begin
end;

KVSPSAOnBeforeCheckJobDocumentLine(Record KVSPSAJob Document Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckJobDocumentLine(var JobDocumentLine: Record "KVSPSAJob Document Line"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAPost Job Document", 'KVSPSAOnBeforeCheckJobDocumentLine', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeCheckJobDocumentLine(var JobDocumentLine: Record "KVSPSAJob Document Line"; var IsHandled: Boolean)
begin
end;

KVSPSAOnBeforeInsertPostedJobDocumentHeader(Record KVSPSAPostedJobDocumentHeader, Record KVSPSAJob Document Header) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeInsertPostedJobDocumentHeader(var PostedJobDocumentHeader: Record "KVSPSAPostedJobDocumentHeader"; var JobDocumentHeader: Record "KVSPSAJob Document Header"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAPost Job Document", 'KVSPSAOnBeforeInsertPostedJobDocumentHeader', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeInsertPostedJobDocumentHeader(var PostedJobDocumentHeader: Record "KVSPSAPostedJobDocumentHeader"; var JobDocumentHeader: Record "KVSPSAJob Document Header")
begin
end;