This event is fired right after a batch fails custom validation routines implemented using BatchValidate and therefore failed to receive Complete status. It can be fired several times if the batch is edited and validated repeatedly.
If a batch receives Complete status the first time it is validated, this event is not fired for that batch.
Note that FORMS itself currently performs no batch validation. Without customization, the status of a batch is based entirely on the status of the forms it contains.
None.
|
Return value |
Description |
|
EV_OK |
Normal return. |
|
EV_OK_ABORT |
No effect— treated the same as EV_OK. |
|
EV_ERROR |
Causes an error message and job termination. |
Could be used for control or logging purposes, or for carrying out certain actions when a batch fails customized validation routines.
Fired in the Interpret and Verify modules.
Since there currently are no internal batch validation performed inside FORMS, the BatchValidateError event is not fired unless you change the batch status using the BatchValidate event.