projStatement.b200_TotalCostPrice Method [AX 2012]

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

public AmountMST b200_TotalCostPrice()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The total amount that is posted as cost for a project or all projects that are used in any WIP project statement report.

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: b205_Salesvalue() + b225_wip_CostAccruals_Expenses()

Show: