projStatement.a200_Accrued_Revenue Method [AX 2012]
Calculates and returns the total accrued revenue for a particular project or for all projects that are used on any kind of project statement report.
public AmountMST a200_Accrued_Revenue()
Run On
ServerReturn Value
Type: AmountMST Extended Data TypeThe total accrued revenue for a project or all projects.
This method can be used to determine either the actual amount or the budgeted amount. It also caches this value and does not recalculate it if a value exists in the cache. The total accrued revenue is determined by the following summation: a210_Accrued_Salesvalue() + a235_Accrued_Revenue_Salesvalue_Subscrip() + a240_Accrued_Revenue_Production() + a265_Accrued_Revenue_Profit() + a270_Accrued_Revenue_OnAccount()
Show: