Share via


TaxReportFormatter_IT.validateFieldsMandatory Method [AX 2012]

Validates if the specified record fields are not empty.

Syntax

public 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

TaxReportFormatter_IT Class