QualityAssureBatchStatus (Property) - QualityAssureBatchStatus (Property) - AnyDoc - CAPTUREit - AnyDoc/CAPTUREit/Foundation-23.1/CAPTUREit/VBScript/CAPTUREit-Object-Model/Batch-Object/QualityAssureBatchStatus-Property - Foundation 23.1 - Foundation 23.1

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License
ft:lastPublication
2023-11-17T13:17:46.194000
ft:locale
en-US

Description

Used with the Batch object to bypass the Quality Assurance phase. This would most likely be executed at the OnPostScan or OnPostImport events.

Syntax

object.QualityAssureBatchStatus = Value

Parameters

The object refers to the Batch object. For more information, seeBatch Object).

QualityAssureBatchStatus refers to the property.

Value refers to the following pre-defined values:

Value

Description

QA_BATCH_RESUME

Sends the batch to QA, whether or not QA is enabled for the profile.

QA_BATCH_RELEASE

Releases the batch and bypasses the QA phase, even if QA is enabled for the profile.

QA_BATCH_SUSPEND

Suspends the batch.

QA_BATCH_DELETE

Deletes the batch.

Example

Batch.QualityAssureBatchStatus = QA_BATCH_RESUME

Batch.QualityAssureBatchStatus = QA_BATCH_RELEASE