Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Examples - do not show excerpts

...

Info
titleRequirements
  • Android App 1.5.9
  • Extension version: Currently not supported by API (version MOB5.27)


Supported Data types:

  • GS1 barcodes are required ! (unless a Barcode converter is used that supports the data types below)
  • ItemNumber
  • SerialNumber

...

  • Refreshing the order lines can be done by returning the following response
  • After refreshing the refreshorder lines, the scan triggering the online request will be further used again to potentially either select a newly added lineline, or display an error message that no match was made.
Code Block
languagexml
<responseData xmlns="http://schemas.taskletfactory.com/MobileWMS/BaseDataModel">
  <RefreshOnSuccess>true</RefreshOnSuccess>
</responseData>

...

Code Block
languagexml
<responseData xmlns="http://schemas.taskletfactory.com/MobileWMS/BaseDataModel">
  <select xmlns="http://schemas.taskletfactory.com/MobileWMS/WarehouseInquiryDataModel" name="LineNumber" value="300000">
    <values>
      <ExpirationDate>26-10-1980</ExpirationDate>
      <LotNumber>Lotty261080</ExpirationDate>LotNumber>
    </values>
  </select>
</responseData>

...

  • If values are set on the registration collector through the values element, they can either be automatically accepted using the fastForwardMode on the Workflow Configuration, or just added for the user to accept
  • The barcode needs to be Gs1, and contain either an item number or a serial number

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
reversetrue
titleExamplesexcerptTypesimple
excludeCurrenttrue
cqllabel = "lineselection"

...