Search

Set Validation For Outer Column

Articles

Use this function to add a validation error message in the column of the document table.

Syntax

Set validation for outer column (document_table_name, uuid, column, message)

Parameters

Input Parameter Name Description
document_table_name Name of the document table
uuid UUID of the record in the parent table
column The column in the Inline table for which message must be set
message Validation message to be displayed

Sample

Set validation for outer column (InvoiceTable, UUID, PO Number, Invalid PO Number)

  • In the InvoiceTable for record with specified UUID the column PO Number is validated against PO Master table and it is found that the extracted data is not present in the Master table, then the error message Invalid PO Number is displayed for that record.

The error message is displayed in the document only when the status of the record is MANUAL_INTERVENTION_VALIDATION_FAILED. For any other status, the error message is not displayed.

To view all the Document functions, click here.

Did you find what you were looking for?