Share via


InfAdjMethod_OpenBalance_MX.populateTmpTable Method [AX 2012]

Populates the RepomoReportTmp_MX temporary table for the opening balance adjustment method.

Syntax

public Common populateTmpTable(FromDate _fromDate, ToDate _toDate)

Run On

Called

Parameters

Return Value

Type: Common Table
The buffer from the RepomoReportTmp_MX temporary table that contains the inflation adjustment values for the opening balance adjustment method.

Remarks

This method considers the main accounts by using the opening balance adjustment method and inserts the opening balance per month. The opening balance is calculated on the start date of the fiscal calendar setup. From then on, the transactions are added to arrive at the ending balance of each month, which will be carried forward as the opening balance for the next month.

See Also

Reference

InfAdjMethod_OpenBalance_MX Class