PostImport
In general, this event triggers after the import.
Processing for failed documents imported from the file system
-
The event only triggers if Perform advanced import failure processing is active in Runtime Server.
-
The event does not trigger if the
pCancelparameter was set totruein the PreImport event.
Processing for failed documents imported from external batches
-
The event always triggers.
Syntax
ScriptModule_PostImport(pWorkdoc As SCBCdrWorkdoc)
| Parameter | Description |
|---|---|
| pWorkdoc | Workdoc object to import. |
See also
"Activate Advanced Import Failure Processing" in the Brainware Intelligent Capture Runtime Server Help.
