Share via


LedgerAcctsFinancialStmtImport.processLedgerBalHeaderDim Method [AX 2012]

Imports individual financial statement header records.

Syntax

protected void processLedgerBalHeaderDim(container _record)

Run On

Called

Parameters

  • _record
    Type: container
    A container that contains the values for a single record to import.

Exceptions

Exception Condition
Error

The dimension focus does not exist.

-or-

Primary focus and secondary focus must be different.

-or-

Field or table level validation failed for imported values.

Remarks

For each field value imported, validateField is called, to prevent importing invalid data.

See Also

Reference

LedgerAcctsFinancialStmtImport Class