Share via


LedgerAcctsFinancialStmtImport.isRecordEmpty Method [AX 2012]

Indicates whether the specified container represents an empty line or a line that contains only whitespaces.

Syntax

private boolean isRecordEmpty(container _record)

Run On

Called

Parameters

  • _record
    Type: container
    A container that has the values for a single record to be imported.

Return Value

Type: boolean
true if the record is empty; otherwise, false.

See Also

Reference

LedgerAcctsFinancialStmtImport Class