projStatement.a100_Total_Revenue Method [AX 2012]
Calculates and returns the total revenue for a particular project or for all projects that is used on project statement reports. This method can be used to determine either the actual amount or budgeted amount. It also caches this value so that it is not recalculated when the method is called again.
The total revenue is determined by adding the total invoiced revenue and the total accrued revenue: a105_Invoiced_Revenue() + a200_Accrued_Revenue()
Show: