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
- _fromDate
Type: FromDate Extended Data Type
The start date to select the range of transactions.
- _toDate
Type: ToDate Extended Data Type
The end date to select the range of transactions.
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.