Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.