projStatement.a210_Accrued_Salesvalue Method [AX 2012]

Calculates and returns the total accrued revenue in sales for a particular project or for all projects that are used on any kind of project statement report.

public AmountMST a210_Accrued_Salesvalue()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The total accrued revenue in sales 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 in sales is determined by the following summation: a215_Accrued_Revenue_Salesvalue_Hour() + a220_Accrued_Revenue_Salesvalue_Item() + a225_Accrued_Revenue_Salesvalue_Expenses() + a230_Accrued_Revenue_Salesvalue_Revenue()

Show: