Share via


LedgerAcctsFinancialStmtImport.processMainAccountTotals Method [AX 2012]

Imports the individual main account totaling records.

Syntax

protected void processMainAccountTotals(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 related main account does not exist.

-or-

The related main account is not of type Total.

-or-

Field or table level validation failed for imported values.

Remarks

If totals already exist for an account for which totals are being imported, the existing records are automatically deleted.

In such cases, the user would have been prompted by the checkExistingmainAccountTotals method to approve this.

See Also

Reference

LedgerAcctsFinancialStmtImport Class