Share via


TaxReportDomesticExport_IT.validateTextFieldsAreNumeric Method [AX 2012]

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.

See Also

Reference

TaxReportDomesticExport_IT Class