Enable Continuous Scan
Continuous Scan helps you scan a barcode in predefined order and populate the fields without tapping on the field.
- If you configure only editable fields such as text fields or only scan fields on the screen, then each field is populated with the scanned (barcode) data as you scan the barcodes.
- If you configure a combination of scan and text fields on the screen, the data is populated only in the scan fields as you scan the barcodes.
To use this feature, do the following configurations:
Note:
This feature is
applicable for mInventory.
- Click Searches on the left panel.
- Click on the search field (SCANFIELD) you want to configure.
- Select Scan Field in the UI Field Type property.
-
In the Default Value field, enter the following string:
{ "SEPERATOR": "~", "COMBOSCAN": [ [{ "FIELDNAME": "MATNR", "FIELDLENGTH": "10", "SEARCHTYPE": "H", "OPERATIONTYPE": "S", "MANDATORY": "X", "CATEGORY": "STANDARD", "OPTIONAL": "" }, { "FIELDNAME": "WERKS", "FIELDLENGTH": "10", "SEARCHTYPE": "I", "OPERATIONTYPE": "F", "MANDATORY": "X", "CATEGORY": "STANDARD", "OPTIONAL": "" }, { "FIELDNAME": "LGORT", "FIELDLENGTH": "10", "SEARCHTYPE": "I", "OPERATIONTYPE": "F", "MANDATORY": "", "CATEGORY": "STANDARD", "OPTIONAL": "" }, { "FIELDNAME": "LGPBE", "FIELDLENGTH": "10", "SEARCHTYPE": "I", "OPERATIONTYPE": "B", "MANDATORY": "", "CATEGORY": "STANDARD", "OPTIONAL": "" }] ] }
- Click Save.