Versions Compared

Key

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

...

Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?>
<request name="GetLineSelectionInformation" created="2021-08-17T13:28:01+02:00" xmlns="http://schemas.microsoft.com/Dynamics/Mobile/2007/04/Documents/Request">
  <requestData name="GetLineSelectionInformation">
    <OrderType>Pick</OrderType>
    <BackendID>PI000003</BackendID>
    <SerialNumber>PL000102</SerialNumber>
  </requestData>
</request>

Response for refresh lines (and potentially selecting a new line)

  • Refreshing the order lines can be done by returning the following response
  • After the refresh, the scan triggering the online request will be used again to potentially select a newly added line
Code Block
languagexml
<responseData xmlns="http://schemas.taskletfactory.com/MobileWMS/BaseDataModel">
  <RefreshOnSuccess>true</RefreshOnSuccess>
</responseData>


Response for selection and set default registration values

The selection response from the backend consists of two parts:

...

  • If values are set on the registration collector through the values element, they can either beautomatically 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.

Response for refreshing

Refreshing the order lines can be done by returning the following response.

Code Block
languagexml
<responseData xmlns="http://schemas.taskletfactory.com/MobileWMS/BaseDataModel">
  <RefreshOnSuccess>true</RefreshOnSuccess>
</responseData>

...


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