Last Updated: Mar 15, 2021
Use this function to modify the execution status of a record in a Document table.
Set Status For Document (document_table_name, uuid, new_status)
| 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: 
  | 
Set Status For Document (InvoiceTable, UUID, MANUAL_INTERVENTION_VALIDATION_FAILED )
To view all the Document functions, click here.