Search

PDF Reset Column

Last Updated: Mar 8, 2023

Articles

Use this function to clear the field-level validations applied.

If there was a validation error message that was on a field, calling reset function clears the error message associated with that field and the error message will no longer be displayed on the screen.

Syntax

PDF Reset Column (document_table_name, uuid, column)

Parameters

Input Parameter Name Description
document_table_name Name of the document table
uuid UUID of the record
column Column to reset the validation

Sample

PDF Reset Column (InvoiceTable, UUID , PO Number)

  • Clears the field-level validation applied to the column PO Number in the table InvoiceTable for the record with specified UUID.

To view all the Document functions, click here.

Did you find what you were looking for?