KVSKBARepSelOrdTypeService#
Events#
OnAfterSetUsageFilter(Record Custom Report Selection, Enum Report Selection Usage Service) :#
[IntegrationEvent(false, false)]
local procedure OnAfterSetUsageFilter(var CustomReportSelection: Record "Custom Report Selection"; ReportSelectionUsageService: Enum "Report Selection Usage Service"):
[EventSubscriber(ObjectType::Page, Page::"KVSKBARepSelOrdTypeService", 'OnAfterSetUsageFilter', '', false, false)]
local procedure DoSomethingOnAfterSetUsageFilter(var CustomReportSelection: Record "Custom Report Selection"; ReportSelectionUsageService: Enum "Report Selection Usage Service")
begin
end;