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 5 Next »

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 


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".

  • No labels