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.
Validates if the specified fields of the record contain valid literal representation of an integer.
Syntax
protected boolean validateTextFieldsAreNumeric(Common _record, container _fields)
Run On
Called
Parameters
- _record
Type: Common Table
The current record to be validated.
- _fields
Type: container
The container with field IDs.
Return Value
Type: boolean
true, if all the specified record fields contain valid literal representation of integer; false otherwise.