Share via


TaxReportDomesticExport_IT.validateFieldMandatory Method [AX 2012]

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

Syntax

protected 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 one of the fields specified by _fieldId or _altFieldId are not empty; otherwise false.

See Also

Reference

TaxReportDomesticExport_IT Class