Why do you need this change?
Hi,
We need to use new Enum values that were added to the Enum "Report Selection Usage Sales" .
Describe the request
Hi,
In page "Report Selection - Sales" there is an event "OnSetUsageFilterOnAfterSetFiltersByReportUsage" that has a parameter ReportUsage2 as an option. This ReportUsage2 was changed to an enum in previous versions and maintained as Option in the integration event
local procedure OnSetUsageFilterOnAfterSetFiltersByReportUsage(var Rec: Record "Report Selections"; ReportUsage2: Option)
it should be
local procedure OnSetUsageFilterOnAfterSetFiltersByReportUsage(var Rec: Record "Report Selections"; ReportUsage2: Enum "Report Selection Usage Sales")
Why do you need this change?
Hi,
We need to use new Enum values that were added to the Enum "Report Selection Usage Sales" .
Describe the request
Hi,
In page "Report Selection - Sales" there is an event "OnSetUsageFilterOnAfterSetFiltersByReportUsage" that has a parameter ReportUsage2 as an option. This ReportUsage2 was changed to an enum in previous versions and maintained as Option in the integration event
local procedure OnSetUsageFilterOnAfterSetFiltersByReportUsage(var Rec: Record "Report Selections"; ReportUsage2: Option)it should be
local procedure OnSetUsageFilterOnAfterSetFiltersByReportUsage(var Rec: Record "Report Selections"; ReportUsage2: Enum "Report Selection Usage Sales")