Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.


Code Block
languagexml
<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".