Skip to content

KVSKBARepSelOrdTypeManuf#

Procedures#

DefUsage(Enum Report Selection Usage Prod.) :#

procedure DefUsage(var NewReportSelectionUsageProd: Enum "Report Selection Usage Prod."): 

SetReportUsageEditable(Boolean) :#

procedure SetReportUsageEditable(NewEditable: Boolean): 

SetOrderType(Code[10]) :#

procedure SetOrderType(NewOrderType: Code[10]): 

Events#

OnAfterSetUsageFilter(Record Custom Report Selection, Enum Report Selection Usage Prod.) :#

[IntegrationEvent(false, false)]
local procedure OnAfterSetUsageFilter(var CustomReportSelection: Record "Custom Report Selection"; ReportSelectionUsageProd: Enum "Report Selection Usage Prod."): 
[EventSubscriber(ObjectType::Page, Page::"KVSKBARepSelOrdTypeManuf", 'OnAfterSetUsageFilter', '', false, false)]
local procedure DoSomethingOnAfterSetUsageFilter(var CustomReportSelection: Record "Custom Report Selection"; ReportSelectionUsageProd: Enum "Report Selection Usage Prod.")
begin
end;