Share via


TaxReportFormatter_IT.validateFieldMandatory Method [AX 2012]

Validates if the record field (or the alternate field, if specified) is not empty.

Syntax

public boolean validateFieldMandatory(
    Common _record, 
    FieldId _fieldId, 
   [FieldId _altFieldId])

Run On

Called

Parameters

  • _record
    Type: Common Table
    The current record to be validated.

Return Value

Type: boolean
true, if at least one of the fields specified by _fieldId or _altFieldId is not empty; otherwise false.

See Also

Reference

TaxReportFormatter_IT Class