-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2020R2
-
Fix Version/s: CFA 2020R3
-
Component/s: Reports
-
Labels:None
In testing the CFAMX-10328 issue, we found that the "Selected Items" filter does not actually filter to those items that are selected.
In researching, what I found was that the added "MultipleSuggestedItemIDs" parameter type (-3) was not implemented in the Slices code.
Basically, in \Mobile\Areas\Legacy\Mx.Legacy.Services\QueryServices\ReportingService.cs in the "FillParameters" method the check for:
if (Enum.IsDefined(typeof(ReportParameter.ParameterType), paramTypeId))
fails for this new parameter type.
The only other multi item filter parameter type appears to be handled by custom code for the "bulkprep" report.
- Is Clone Of
-
CFAMX-10475 CLONE 2020R2.1 - "Suggested Orders - Items Detail" Report - "Selected Items" filter not working
- Done