Configuration of a field that needs focus by default in Verify client

This feature supports configuration of a field that needs focus by default in Verify client when switching to a page in Verify client. For example, you might want to focus the first editable field when switching to a page in verify client in a scenario without OCR and all fields need to input.

The following are the options for NotFocusOnField task setting of Verify client:
  • 0 - Focus on a problematic field. This applies when users mainly focus on those problematic fields, for other valid fields have been validated by rules.
  • 1 - No need to focus on field. This applies when users want to continue to use keyboard to navigator pages in batch tree, so the focus should continue to focus on its original position.
  • 2 - Focus on the first field. This applies to data entry scenario, where no OCR and all fields need to input.

NotFocusOnField is a task setting in the Verify client that was added in earlier release. If it does not exist in your task setting, copy the below line under the PageNavDisplay section:

<V n="NotFocusOnField" label="Focus Field When Loading A Page" tip="Define which field to focus after loading a page. 0: Focus on first problematic field. This applies when users mainly focus on those problematic fields, for other valid fields have been validated by rules. 1: No need to focus on field. This applies when users want to continue to use keyboard to navigator pages in batch tree, so the focus should continue to focus on its original position. 2: Focus on first field. This applies to data entry scenario, where no OCR and all fields need to input." type="text">0</V>