InfAdjMethod_OpenBalance_MX.getTotalByReportType Method [AX 2012]
Calculates the total of the assets and liabilities based on the report type passed.
Syntax
private void getTotalByReportType(RepomoReportTmp_MX _repomoReportTmp, String30 _reportType)
Run On
Called
Parameters
- _repomoReportTmp
Type: RepomoReportTmp_MX Table
The buffer from the RepomoReportTmp_MXtemporary table, which contains all the opening balances of the asset and liability accounts.
- _reportType
Type: String30 Extended Data Type
The asset or liability report that is used to calculate the totals.
Remarks
This method considers the summation of opening balances per month for the asset and liability accounts and inserts them into a container.