Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.


Both using Collector Step Bin (To/From-Bin)

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:

  1. Register/validate the FromBin and quantity taken
  2. 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
languagexml
<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
languagexml
titleXML Example
<?xml...

Response

Code Block
languagexml
titleXML Example
<?xml...

See also 

Update label to search for

...

Image Added