Last Updated: Jan 29, 2021
Use this function to add a validation error message in the column of the document table.
Set validation for inner column (message, document_table_name, uuid, column, inner_table_uuid)
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 |
Set validation for inner column (InvoiceTable, UUID, PO Number, Invalid PO Number)
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.