Kofax INDICIUS 6.0 User Manual

Page 95

Advertising
background image

Configuring Completion and Verification

Getting Started Guide (Fixed-Form)

89

Table 6-24. Text Field Script Hooks

Script Hook

Runs When…

Validate

A document is loaded into Completion and
when the user attempts to leave the field,
prior to the exit hook.

Field values should not be changed in this
hook.

Exit

The user navigates away from a field, after
the validate hook.

Additional hooks are available for table and list fields but these are not discussed in
this guide.

There are also four global script hooks that apply to all fields on a document:

Table 6-25. Global Script Hooks

Script Hook

Runs When…

Start of Document

Runs when the document is loaded before
the data is validated.

Input Transform

Runs when the document is loaded after
the data is validated. This is provided for
backwards compatibility only and has been
superseded by Start of Document, which
should be used in almost all cases.

Output Transform

Runs after the document is released, before
the data is output. This is provided for
backward compatibility only - in general,
any data manipulations that are required
before export should be performed in the
Scripted Export module.

Document Validate

When testing whether to display a
document and when the user attempts to
release a document.

Field values should not be changed in this
hook.

Advertising