Share via


LedgerAcctsFinancialStmtImport.openFile Method [AX 2012]

Opens a file for reading, and configures the record and field delimiters.

Syntax

protected void openFile(Filename _filename)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

A File name is not specified.

Remarks

The value of the _filename parameter must refer to a file on the client, as this method uses the OpenFileOnClient method to open the file.

See Also

Reference

LedgerAcctsFinancialStmtImport Class