Search

Set Status For Document

Articles

Use this function to modify the execution status of a record in a Document table.

Syntax

Set Status For Document (document_table_name, uuid, new_status)

Parameters

Input Parameter Name Description
document_table_name Name of the document table
uuid UUID of the record
new_status Status to be updated. The allowed values are:
  • MANUAL_INTERVENTION_FOR_REVIEW
  • MANUAL_INTERVENTION_VALIDATION_FAILED
  • EXTRACTED_SUCCESSFULLY

Sample

Set Status For Document (InvoiceTable, UUID, MANUAL_INTERVENTION_VALIDATION_FAILED )

  • Sets the status of the record with specified UUID in InvoiceTable as MANUAL_INTERVENTION_VALIDATION_FAILED.

To view all the Document functions, click here.

Did you find what you were looking for?