projStatement.e100_Total_Revenue Method [AX 2012]
Calculates the total revenue posted for on-account transactions on a particular project or on all projects that are used in any on-account project statement report.
public AmountMST e100_Total_Revenue()
Run On
ServerReturn Value
Type: AmountMST Extended Data TypeThe total revenue that is posted for on-account transactions on a particular project or on all projects that are used in any on-account project statement report.
The following ledger posting types are used to determine the amount:
-
ProjPayrollAllocation
-
ProjWIPInvoiceOnAccount
-
ProjAccruedRevenueOnAccount
-
ProjOnAccount
Eliminations are not included in this amount. This method can be used to determine either the actual amount or budgeted amount. It also caches this value and does not recalculate it if a value is in the cache.
Show: