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 record field contains valid literal representation of an integer.
Syntax
protected boolean validateTextFieldIsNumeric(Common _record, FieldId _fieldId)
Run On
Called
Parameters
- _record
Type: Common Table
The current record to be validated.
- _fieldId
Type: FieldId Extended Data Type
The ID of the field on the current record.
Return Value
Type: boolean
true, if the field contains valid literal representation of integer; false otherwise.
Exceptions
Exception | Condition |
---|---|
Error | _fieldId is not a valid field ID of the _record. -or- The field is not string-based. |