Share via


LedgerAcctsFinancialStmtImport.importLedgerBalHeaderDim Method [AX 2012]

Imports financial statement column definitions from the file specified by the user.

Syntax

public void importLedgerBalHeaderDim()

Run On

Called

Exceptions

Exception Condition
Error

Invalid file format.

Remarks

This method iterates over the records in the file, and then calls the LedgerAcctsFinancialStmtImport.processLedgerBalHeaderDim method to perform the actual processing.

See Also

Reference

LedgerAcctsFinancialStmtImport Class