Use Display Override to Change a Process
- Glenn Linaa
How to Change a Process
Available from Version 3.14 of Mobile WMS for Dynamics AX/365FO
Change your registrations on the mobile device without code.
You can change registrations and behavior on the mobile device simple by overriding the instructions being sent to the mobile device.
Below you can see from the document queue an example of receive order lines. Navigate to the document type "GetReceiveOrderLines".
Click on the "Answer" tab.
Here you can find various information's sent to the mobile device and as an example you can override these by using display override.
How do we change over/under delivery and allow blank serial number
From the document queue you find e.g. highlighted in above image 3 nodes.
- OverDeliveryValidation
- UnderDeliveryValidation
- RegisterSerialNumber
Important that the letter casing is correct.
We want to set the nodes for over/under DeliveryValidation to "None", to accept over/under delivery.
When we set RegisterSerialNubmer to "false" we ignore in the workflow to register serial numbers. When this is false then the quantity step in workflow is active.
Navigate to Mobile WMS/Setup/Pages.
Find the page ReceiveLines.
Click on Data Sources.
Marked in red on above image you find examples of 3 nodes that are replaced with an expression.
Important that the expression has correct casing.
The display override in the example above was created to achieve accept over/under delivery and no registration of serial numbers. In AX the serial number dimension must have allow blank receipt or else this will not be accepted by the standard AX/FO posting receipt process.
On this page: