Introduction
A "collector step" can be Online or Offline validated During the registration - as opposed to during posting.
Limitations
- No connection to backend for advanced logic, like Online validation offers.
See also
The Standard workflow collector steps
- Lot number
- Serial number
- Quantity
From Bin
To Bin
Tote
- Customized collecter steps can be added
How to enable using Android
Add the validationWarningType attribute to the relevant Workflow element.
The following options are
- Warn
- Block
- None
Example: Set Lot No. validation to "Warn"
In the example below, we set the Lot No. validation to "Warn" instead of default Block.
Meaning the user will be Warned, but not blocked from entering a different Lot No.
Modify the application.cfg file
Find and change the following line as described below.
<add id="32" name="LotNumber"inputType="Text" header="@{RegistrationCollectorLotNumberHeader}" label="'{LotNumber}'" helpLabel="@{RegistrationCollectorLotNumberHelpLabel}" eanAi="10" optional="false" primaryInputMethod="Scan" defaultValue="{LotNumber}" validationWarningType="Warn"/>
Note how the "validationWarningType" attribute is set to "Warn".