Description
This method is used in conjunction with the form level Verification parameter, Audit This Template, to specify data conditions under which an image is flagged for audit. For example, to audit a dollar amount zone any time the amount exceeds a certain value.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.ForceAudit
Parameters
Object is a reference to an OMR Zone, OMR Box, Line, or Zone object. For more information, see OMR Zone Object (page OMR Zone Object), OMR Box Object (page OMR Box Object), Line Object (page Line Object), or Zone Object (page Zone Object).
ForceAudit is the command.
Example
If MyZone.Value > 100.00 then
MyZone.ForceAudit
End if