...
Info | ||
---|---|---|
| ||
|
Description
Excerpt |
---|
Line selection functionality makes it possible to:
|
...
- 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 | ||
---|---|---|
| ||
<responseData xmlns="http://schemas.taskletfactory.com/MobileWMS/BaseDataModel"> <RefreshOnSuccess>true</RefreshOnSuccess> </responseData> |
...
Code Block | ||
---|---|---|
| ||
<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) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...