Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Description

This feature enables you scan  registrations from Order Lines without selecting a line first. 

Using encoded barcodes, you can register directly from the Order Lines .

Also known as "Single Scan Registration".


Requirements

You have to use Encoded barcodes that contains all information needed.

For example:

  • Item
  • Quantity
  • Barcode (likely)
  • Bin (optional)
  • Lot no. (optional)
  • Serial no. (optional)


You most likely need to enable Register Quantity By Scan.

This will send a barcodes to the mobile app that represents quantity / units of measure.


Tip

When using Register directly on Order Lines by scan (SingleScanRegistration) you want to select a line based solely on the item no. and nothing else.

For example omitting Lot No. contained in the barcode.


Lot No. and Bin validation considerations


The following will prevent "Single Scan Registration"

  • Registering Lot No.
  • Validating Bin


This is because you cannot both have use Single Scan Registrations and

  • ask the user to Validate the Bin.
  • ask the user to validate Lot


Solution

You need to either

  • send all the needed information to the mobile app 
  • or disable the validation



So if you perform the following steps, Register Quantity By Scan will again be possible


  1. Disable ValidateFromBin
  2. Include LotNumber in the data sent to mobile app


 This feature is enabled by default in Android.


 Windows Handheld Embedded


In App.config

Example
<singleScanRegistration>true</singleScanRegistration>


Example for Pick Lines.





Explore the Mobile WMS App


  • No labels