-
Build Filter Query based on time (range) using Work or Wave templates
SysQueryRangeUtil methods as they are described here:
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/advanced-filtering-query-options do not cover the customer requirements. The customer wants to filter for example all orders to be release to warehouse for the next comming 3 hours. WIthin the standard filter options this is not there.
In my scenario I want to setup query and filters for different filters and batch job to be able to filter and select based on time windows
At this moment there is only the option to do this by days and not per hour or minutes.
Below the missing options within the current standard
- (HourRange(-5,0))
- (MinuteRange(-5,0))
This would be a great added value to have these options within the standard advanced filter oprtions.
-
Feature Production order route change drop down is showing routes lines instead of routes
Incorrect item filter on from/to route dropdown in change route dialog
Description of problem:
In the change route dialog, a user can select the 'from route' and 'to route'. The dropdown basically shows all route version relations without item number. The user therefore does not know which line to select and has to use an alternative working method in the production area that negatively impacts total throughput. If the user does randomly select a line the system throws an error. The dropdown should only show records where the item number on the route version matches the item being produced.