Share via


LedgerAcctsFinancialStmtImport.processRowDefinition Method [AX 2012]

Imports individual row definition records.

Syntax

protected void processRowDefinition(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-

The row definition has row structures with a different dimension focus so the dimension focus cannot be changed.

-or-

Field or table level validation failed for imported values.

Remarks

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

See Also

Reference

LedgerAcctsFinancialStmtImport Class