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 3 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


In the example below, we set the Lot No. validation to "Warn".

Meaning the user will be Warned, but not blocked from entering a different Lot No.


<add id="32" name="LotNumber"inputType="Text" header="@{RegistrationCollectorLotNumberHeader}" label="'{LotNumber}'" helpLabel="@{RegistrationCollectorLotNumberHelpLabel}" eanAi="10" 
optional="false" primaryInputMethod="Scan" defaultValue="{LotNumber}" validationWarningType="Warn"/>
  • No labels