[IntegrationEvent(false, false)]
local procedure OnAfterBuildDocEntries(var documentEntryVar: Record "Document Entry"; callNoPar: Code[20]):
[EventSubscriber(ObjectType::Page, Page::"KVSMTCServiceCallDocuments", 'OnAfterBuildDocEntries', '', false, false)]
local procedure DoSomethingOnAfterBuildDocEntries(var documentEntryVar: Record "Document Entry"; callNoPar: Code[20])
begin
end;
[IntegrationEvent(false, false)]
local procedure OnAfterShowRecords(tableIDPar: Integer; callNoPar: Code[20]; var TempDocumentEntryVar: Record "Document Entry" temporary):
[EventSubscriber(ObjectType::Page, Page::"KVSMTCServiceCallDocuments", 'OnAfterShowRecords', '', false, false)]
local procedure DoSomethingOnAfterShowRecords(tableIDPar: Integer; callNoPar: Code[20]; var TempDocumentEntryVar: Record "Document Entry" temporary)
begin
end;