Info | ||
---|---|---|
| ||
Only the following GS1 data types are supported: (Android App version 1.5.7)
|
Description
Excerpt |
---|
Filter or Select Order Line based on a scanned value |
...
Use scanning to speed up line selection and reduce errors.Using an Encoded Barcode (GS1) containing one or more of the following data types:
Data types and Selection priority
- Item No.
- ItemBarcode
- Barcodes that uniquely identifies the Item
- Optionally also identifies the "Variant" and "Unit of Measure"
- ItemBarcode
- Lot No.
- Serial No
See the These line values are part of the Order Lines GetOrderLines Response.
Encoded Barcode (GS1) will usually contain one or more data types: See section below for non-GS1 barcodes
Behavior
Depending on the barcode and configuration the app will either:
...
Multiple lines were found. The user is presented with a list of matching lines, to select from.
How to set it up
This is changed in set up using Mobile Configuration File.
...
- gs1SearchTerm
- behavior
- converter
See the example below and Order Lines Mobile Configuration for more information.
Example
Code Block | ||
---|---|---|
| ||
<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> .. |
...
This is changed in Mobile Configuration File.
See the example below.
See aslo also Order Lines Mobile Configuration for details on the properties used.
...