CustCustomField.validateField Method
Performs all the checks that are associated with the update of a particular field on the table and displays an error message when any of the checks fail.
Syntax
public boolean validateField(FieldId _fieldIdToCheck)
Run On
Called
Parameters
- _fieldIdToCheck
Type: FieldId Extended Data Type
The field ID of the field to be validated.
Return Value
Type: boolean
true if no error is found; otherwise, false.