Description
...
Excerpt |
---|
Short concise definition... |
Use case
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
Define "config-name-goes-here" and the properties like
- Attribute A
- Attribute B
See Order Lines Mobile Configuration
Example
Code Block | ||
---|---|---|
| ||
<page id="ReceiveLines" type="OrderLines" icon="mainmenureceive">
<title defaultValue="@{PageReceiveOrderLinesTitle}"/>
<orderLinesConfiguration suggestQuantity="true" verifySingleScanRegistrations="false" actionOnEmptyList="ClosePage">
<scanToSelectBehaviour gs1SearchTerm="All" behaviour="Auto"/> <----------
</orderLinesConfiguration>
.. |
Request
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml... |
Response
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml... |
See also
Update label to search for
...
- This flow is enabled when ValidateFromBin and ValidateToBin are both enabled on GetOrderLines response.