Share via


TaxReportDomesticExport_IT.validateFieldsMandatory Method [AX 2012]

Validates if the specified fields of the record are not empty.

Syntax

protected boolean validateFieldsMandatory(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 fields are not empty; false otherwise.

See Also

Reference

TaxReportDomesticExport_IT Class