SkipTableCellMassValidation

This method allows you to optionally activate special "skip table cell mass validation" mode for validation of table cells. By default, Brainware Intelligent Capture uses "mass validation of invalid cells". This means that when the user presses Enter within an invalid cell, all other invalid cells are automatically re-validated by the system. This behavior can lead to performance problems in Brainware Intelligent Capture projects with a large number (1000+) of invalid cells that must each be corrected manually. It may be also unacceptable if validation routines are unavailable for some of the processed transactions and manual review by the Verifier user is required for all cells.

You can invoke this script at any time and is in effect for the next triggered cell validation event. You can also turn mass validation back on at any time. One of the possible events in which this script sample can be integrated is "ScriptModule_VerifierFormLoad".

Sample Code

The following sample code shows how to switch the validation mode individually for each processed document.

pWorkdoc.NamedProperty("SkipTableCellMassValidation") = True