Kofax INDICIUS 6.0 User Manual

Page 104

Advertising
background image

Chapter 7

98

Getting Started Guide (Fixed-Form)

Table 7-27. Script Functions

Functions Description

CardNo_Validate

Validates a credit card number by length
using a mod 11 check digit algorithm.
Run on all credit card numbers. It calls the
“ccFormat” and “ccValidate” functions.

ccFormat & ccValidate

Used by the “CardNo_Validate” function.

PaymentMethod_Exit

Directs the user away from specifying a
credit card number if payment is by check.
Run whenever the user navigates away
from the payment method field.

4

Scroll in the code window to view the script contents, or select the functions
from the pull-down Declarations list.

5

Select File | Exit to close Script Editor.

Advertising