Share via


TaxReportDomesticExport_IT.validateTextFieldIsNumeric Method [AX 2012]

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.

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.

See Also

Reference

TaxReportDomesticExport_IT Class