Versions Compared

Key

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

...

Excerpt

Filter or Select Order Line based on a scanned value.

Use case

Use scanning to speed up line selection and reduce errors.

...

How to set it up

This is set up using Mobile Configuration FileFiles.

Step 1: Enable ScanToSelectBehaviourType

...

Step 2: Enable "ScanToSelectBehaviourType"

This is changed in Mobile Configuration FileFiles.

See the example below.

See also Order Lines Mobile Configuration for details on the properties used.

...

Code Block
languagexml
titleExample
<page id="PickLines" type="OrderLines" icon="mainmenupick">
  <orderLinesConfiguration>
    <scanToSelectBehaviour gs1SearchTerm="Item" behaviour="Auto">     <------------
      <converter expression="^(\w{1,20})\s" expressionAis="21"/>      <------------
    </scanToSelectBehaviour>                                          <------------
  <..>



See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
reversetrue
excerptTypesimple
cqllabel = "mobileapp" and label in ("lineselection","scantoselectbehaviour")

...