Hello,
We are working with the WMS functionality and the message text shows the KEY (CD value) which is useless if you don’t have intelligent numbering. If we are trying to get away from paper (true paperless) we need the ability to expose both the KEY and the Description of the stock item in the message shown on the main screen of WMS on mobile.
It looks like there are two options-
- Try to figure out how to update the message to show KEY - Description. I don’t know how much effort this would be but I imagine a lot since there are a lot of different strings that get created in the message box.
- Find the current pick line (I believe this corresponds to the WantedLineNbr on the ScanHeader DAC) and then retrieve the inventory id on the SOPickerListEntry and expose to the header to show as a new field on the mobile header.
I have done some tinkering on the dev side and realized that the WMS was apparently rewritten recently and so a lot of the attributes/fields/functionality I’m looking to interface with are hidden and I can’t easily get the data. Has anyone had any luck with code extending the WMS screen that they can share or anyone find a better way of getting more of the item information listed on the mobile screen without having to drill in and ‘Review’ the grid?
Thanks in advance!