Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 42 Next »

Requirement

Only the following data types are supported: (Android App version 1.5.7)

  • Item No.
  • Serial No.
  • Lot No.

Description

Filter and reduce Order Lines by a scanned value.

Use case

Speed up line selection and reduces error by scanning to select the correct line.

You can scan an barcode containing

  • Item No.
  • Lot No.
  • and/or Serial No


Behaviour

Depending on the barcode and configuration the app will:

Line is automatically selected

The app was able to work out the correct line from the barcode

Ask user to select from a reduced list

The user is presented with a list of matching lines when the configuration setting "behaviour" is = "User"

How to set it up

You must enable "ScanToSelectBehaviourType" and optionally the related properties: 

  • gs1SearchTerm
  • orderFilterGs1AI
  • behaviour

See Order Lines Mobile Configuration for details


Example

<page id="ReceiveLines" type="OrderLines" icon="mainmenureceive">
  <title defaultValue="@{PageReceiveOrderLinesTitle}"/>
    <orderLinesConfiguration  suggestQuantity="true" verifySingleScanRegistrations="false" actionOnEmptyList="ClosePage">
      <service id="Receive"/>
      <list listId="OrderLines"/>
      <viewRegistrations title="@{OrderLinesRegistrationMenuItem}" navigateTo="ViewRegistrations" enabled="true"/>
      <deleteOrderRegistrations title="@{OrderLinesDeleteAllOrderRegistrationsMenuItem}" enabled="true"/>
      <extraInformationConfiguration stepSorting="ById"/>
      <onOrderPosted clearOrderLevelRegistrations="true"/>
      <scanToSelectBehaviour gs1SearchTerm="All" behaviour="Auto"/>    <-----------------------------
  </orderLinesConfiguration>
..


See also



  • No labels