Requirement
Only the following data types are supported: (Android App version 1.5.7)
- Item No.
- Serial No.
- Lot No.
Description
Filter or Select Order Line based on a scanned value.
Use case
Use scanning to speed-up selection and reduce errors.
You can scan an Encoded Barcode (GS1) containing or or more of the following data types:
- Item No.
- Lot No.
- Serial No
Tip:
If you are scanning custom barcodes. See Select Line by custom barcode (lineSelection)
Behaviour
Depending on the barcode and configuration the app will either:
A: Select the Line is automatically
The app was able to work out the correct line from the barcode
B: 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
This is changed in Mobile Configuration File.
Step 1: Enable "ScanToSelectBehaviourType"
See example below.
Steps 2: Optionally set the related properties:
- gs1SearchTerm
- orderFilterGs1AI
- behaviour
See Order Lines Mobile Configuration for details on the properties used
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
-
Select, Add or Refresh Order Lines by Scan (LineSelection) — Select, Add or Refresh Lines by scanning