Search

PDF Reset Column

Last Updated: Jan 29, 2021

Articles

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

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?