Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A useful feature for development

...


Use case

For example:

On Order Lines

...

You you can type a barcode that will handled like an GS1 Item identifier.



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

Code Block
languagexml
<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>

...