Register Quantity By Scan
Description
You want to scan the Quantity and have the system calculate what quantity the barcode represents in base unit of measure.
Use case: Calculate Quantity using Back-end data
A "Box" contains 20 Pieces
Scanning the barcode associated with "Box" unit of measure will result in incrementing Quantity with 20 pieces.
Limitation
This feature will disable typing any value as input
Scanned values are used before this feature.
E.g. Quantity from an Encoded Barcode (GS1) will be used over BarcodeQuantity (see below)
How to set it up
The following must be sent to Mobile on the Order Lines GetOrderLines Response
RegisterQuantityByScan
Must be true
BarcodeQuantity (optional)
The quantity each barcode represents
Mobile is still asking for steps?
If more steps are required to be filled in - the app will still prompt for these particular steps.
Below is a unit containing 10 base units.
The quantity is shown in {} brackets.
The result can be seen below using Mobile Document Queue List and inspecting the Answer XML for the Document type of i.e. GetPickOrderLines
How to enable