Share via


InfAdjMethod_MonthBalance_MX.getTotalPL Method [AX 2012]

Calculates the total monthly balances per month for profit and loss accounts.

Syntax

private void getTotalPL(RepomoReportTmp_MX _repomoReportTmpPL)

Run On

Called

Parameters

  • _repomoReportTmpPL
    Type: RepomoReportTmp_MX Table
    The RepomoReportTmp_MX temporary table buffer that has monthly balances of profit and loss accounts to use to calculate the total.

Remarks

Selects the summation of monthly balances of profit and loss accounts and inserts it into a container.

See Also

Reference

InfAdjMethod_MonthBalance_MX Class