Allow 'Data Inquiry' menu item to support more than 50 records in WMS D365 FO
n warehouse device, if we have more than 50 containers for example, the system gives the error “There are more results than displayed. Try applying a different filter"
- Symptom:
-'Data Inquiry' menu item doesn't support more than 50 records and no filtering is possible similar to 'Display open work list'. The following error is thrown: “There are more results than displayed. Try applying a different filter".
- Resolution:
-Apply one of the following three workarounds:
- -Option 1: Remove the * wildcard character value (with the objective not to retrieve all container types), or instead replace the query criteria with an actual value. Illustration on how it works can be seen in the attached video we have specifically prepared for demonstration.
- -Option 2: Configure multiple detours, for instance, one for big/large container group, one for small, and so on, to partition out the number of records displayed in each detour.
- -Option 3: Create an extension of method “WHSProcessGuideDisplayGenericDataInquiryResultsPageBuilder.maxNumberOfResultsToShow” to increase the hardcoded limit higher than 50.
Comments
Post a Comment