KVSKBARepSelOrdTypeManuf
Procedures
DefUsage(Enum Report Selection Usage Prod.) :
procedure DefUsage(var NewReportSelectionUsageProd: Enum "Report Selection Usage Prod."):
SetReportUsageEditable(Boolean) :
Summary: Sets whether the report usage is editable.
procedure SetReportUsageEditable(NewEditable: Boolean):
Parameters:
NewEditable: Indicates whether the report usage should be editable.
Remarks: This procedure allows enabling or disabling the editability of the report usage field.
SetOrderType(Code[10]) :
Summary: Sets the order type for the report selection.
procedure SetOrderType(NewOrderType: Code[10]):
Parameters:
NewOrderType: The new order type value.
Remarks: This procedure sets the order type filter for the report selection.
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."):