Batch integrity check
What it does
Checks the batch structure. For example, you can check whether the batch contains obligatory documents or whether the number of documents specified on the control page coincides with the number of documents actually processed.
When it is launched
The script is launched prior to export (if the corresponding option is selected in workflow settings) or by an explicit user command.
Parameters
Name | Type | Access | Description |
CheckResults | IBatchCheckResults | Read-only. Internal* fields of batch documents and pages are unavailable. | The object that provides access to the batch being checked. Also used to set the check results. |
* - The internal field requires loading the object into memory.
Note: In this script, the following methods are unavailable: HasField, Field, SaveAs, ExcludedFromDocumentImage, Page.Rect, Document.Children (to address document fields, the IndexedItemValue must be used).
4/12/2024 6:16:02 PM