KVSFCYDocumentPrint#
Obsolete
This Element will be removed or changed with a future Version of the App.
Events#
OnAfterPrintDocument(Record Custom Report Selection, Variant) :#
[IntegrationEvent(false, false)]
local procedure OnAfterPrintDocument(CustomReportSelection: Record "Custom Report Selection"; RecVarToPrint: Variant):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYDocumentPrint", 'OnAfterPrintDocument', '', false, false)]
local procedure DoSomethingOnAfterPrintDocument(CustomReportSelection: Record "Custom Report Selection"; RecVarToPrint: Variant)
begin
end;