Type Barcode

Emulate scanning a barcode by typing it.

Description

The "Type Barcode" action is available on LookupsOrder Lists and Order Lines.

A useful feature for development


Use case

For example:

On Order Lines you can type a barcode that will handled like an GS1 Item identifier.



Add the following to Mobile Configuration Files of the relevant OrderLines-page.

<page id="ReceiveLines" type="OrderLines" icon="mainmenureceive">
  <...>
  <typeBarcode enabled="true">
    <qualifiers>
      <qualifier ai="01" displayValue="Item"/> <!-- You can the type a GS1 EAN13 that will be interpreted as an Item Cross Reference. --> 
      <qualifier ai="98" displayValue="License Plate"/>
    </qualifiers>
  </typeBarcode>
</page>