KVSMTCServiceCallDocuments#
Procedures#
SetSet(Code[20]) :#
procedure SetSet(callNoPar: Code[20]):
Events#
OnAfterBuildDocEntries(Record Document Entry, Code[20]) :#
[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;
OnAfterShowRecords(Integer, Code[20], Record Document Entry) :#
[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;