I am new to the warehouse management app D365f&o process.
Need your help on this process in the warehouse management app we have sort filed how those controls are created and how they will work which means in the sorting process there any X++ classes or methods involved?
Or Is the Warehouse management app framework itself doing that?
For my scenario the due date sorting process is doing something wrong, it’s not sorted property.
I found a solution for this usually the values are stored in the WMS app and it will be ‘string’ only.
My case is a date value sorting problem. After debugging, I have seen the records insertion process and adjusted the code against the date type ‘Date’.
Took the extension for this method
WHSWorkExecuteDisplayListWork.addWorkListFieldForWork()