Share via


LedgerAcctsFinancialStmtImport.checkExistingLedgerBalHeaderDim Method [AX 2012]

Checks for existence of already existing records in the LedgerBalHeaderDim table.

Syntax

protected boolean checkExistingLedgerBalHeaderDim()

Run On

Called

Return Value

Type: boolean
true if no records exist or the user enabled overwriting existing records; otherwise, false.

Exceptions

Exception Condition
Error

The file format is invalid.

Remarks

This method only looks for existing records in the LedgerBalHeaderDim table related to financial statements being imported.

See Also

Reference

LedgerAcctsFinancialStmtImport Class