Share via


LedgerAcctsFinancialStmtImport.getLedgerRowDefLineCalcId Method [AX 2012]

Creates LedgerRowDefLineCalc records when a new _rowId is encountered and returns a reference to the new/existing ledgerRowDefLineCalc record.

Syntax

protected str getLedgerRowDefLineCalcId(
    Map _mapLedgerRowDefLineCalc, 
    LedgerRowDefLine _ledgerRowDefLine, 
    str _rowId)

Run On

Called

Parameters

  • _mapLedgerRowDefLineCalc
    Type: Map Class
    A Map that contains a mapping between already discovered row IDs and ledgerRowDefLineCalc records.
  • _ledgerRowDefLine
    Type: LedgerRowDefLine Table
    The LedgerRowDefLine record that contains the value specified in the _rowId parameter.
  • _rowId
    Type: str
    A user supplied row ID of the form #xyz.

Return Value

Type: str
A String that contains the system-generated reference number.

Exceptions

Exception Condition
Error

The _rowId referes to a row that was not imported.

-or-

The _rowId refers to the same record, creating a circular reference.

-or-

The _rowId refers to a record at an invalid level.

See Also

Reference

LedgerAcctsFinancialStmtImport Class