Share via


LedgerAcctsFinancialStmtImport.processRowStructure Method [AX 2012]

Imports individual row structures and populates related tables.

Syntax

protected LedgerRowDefLine processRowStructure(RecId _parentRecId, container _record)

Run On

Called

Parameters

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

Return Value

Type: LedgerRowDefLine Table
The new LedgerRowDefLine record that has been imported and inserted.

Exceptions

Exception Condition
Error

Missing row definition.

-or-

Invalid row ID.

-or-

Duplicate row ID.

-or-

Calculation expression for non-calculation type row.

-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