Description
Read-only. Returns the origin of the batch, such as scanned in OCR for AnyDoc or CAPTUREit or imported from Infiniworx , OPEX, IBML, or EXCHANGEit. The value returned is from the following list:
|
Value |
Description |
|---|---|
|
SRC_UNKNOWN |
Unknown source |
|
SRC_OCRAD |
OCR for AnyDoc |
|
SRC_CAPTUREIT |
CAPTUREit |
|
SRC_INFINIWORX_UNKNOWN |
Infiniworx Unknown Source |
|
SRC_INFINIWORX_CAPTUREIT |
CAPTUREit through Infiniworx |
|
SRC_OPEX |
OPEX |
|
SRC_IBML |
IBML |
|
SRC_KODAK_CAP_PRO |
Kodak Capture Pro |
|
SRC_EXCHANGEIT_EDI_837 |
EXCHANGEit EDI 837 |
|
SRC_EXCHANGEIT_EDI_997 |
EXCHANGEit EDI 997 |
|
SRC_EXCHANGEIT_EDI_ OCR |
OCR for AnyDoc through EXCHANGEit |
|
SRC_EXCHANGEIT_EDI_ UNKNOWN |
EXCHANGEit Unknown Source |
|
SRC_INTERACTIVE |
Interactive Processing |
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.BatchSourceIdentifier
Parameters
Object is a reference to the Form object. For more information, see Form Object (page Form Object).
BatchSourceIdentifier is the command.
Example
If Form.BatchSourceIdentifier = SRC_CAPTUREIT
MsgBox "The batch origin is CaptureIt"