Share via


LedgerAcctsFinancialStmtImport.postProcessRowStructureArgs Method [AX 2012]

Iterates over and converts the calculation expression of imported row structure records to the valid internal format.

Syntax

protected void postProcessRowStructureArgs()

Run On

Called

Exceptions

Exception Condition
Error

Syntactic errors are detected in the calculation expression.

Remarks

Uses parseCalcExpression to do the actual parsing. LedgerBalColumnsDim::validateCalcExpression is used to guard against code injection.

See Also

Reference

LedgerAcctsFinancialStmtImport Class