VerifierException
This event triggers in case of an exception in Verifier and Web Verifier.
Syntax
ScriptModule_VerifierException(pWorkdoc As SCBCdrWorkdoc, Reason As SCBCdrPROJLib.CDRVerifierExceptionReason, CreateNewBatch As Boolean, BatchName As String, BatchDocumentState As Long, BatchPriority As Long, BatchFolderName As String, ApplyExceptionHandling As Boolean)
| Parameter | Description |
|---|---|
| pWorkdoc | Workdoc object. |
| Reason | Exception reason.
Possible values |
| CreateNewBatch | True: Create a new exception batch.
False: Do not create a new exception batch. |
| BatchName | Name of the new exception batch. |
| BatchDocumentState | State of the new exception batch. |
| BatchPriority | Priority of the new exception batch. |
| BatchFolderName | Name of the folder in the exception batch. |
| ApplyExceptionHandling | True: Move the document/batch to exception.
False: Do not move the document/batch to exception. |
