Description
The movement flow forces the user to register an OrderLine two times separately. One for FromBin and one for ToBin.
Use case
Used when each order line represents a movement from one bin to another.
Normally a line is finished with only a single registration,
This flow forces the user to make two registrations, to complete the line:
- Register/validate the FromBin and quantity taken
- Register/validate the ToBin and quantity placed
How to set it up
- This flow is enabled when ValidateFromBin and ValidateToBin are both enabled on GetOrderLines response.