projStatement.b205_Salesvalue Method [AX 2012]

Calculates the total amount that is posted as cost for hour, item, and expense transactions for a particular project or for all projects that are used in any work in progress (WIP) project statement report.

public AmountMST b205_Salesvalue()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The total amount that is posted as cost for hour, item, and expense transactions for a project or for 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 cost is determined by the following summation: b210_wip_CostValue_Hour() + b215_wip_CostValue_Item() + b220_wip_CostValue_Expenses()

Show: