projStatement.c125_Consumption_Cost Method [AX 2012]

Calculates the total amount that is posted by using the ProjWIPCostvalue and ProjCost ledger posting types for expense transactions on a particular project or on all projects that are used in any project consumption statement report.

public AmountMST c125_Consumption_Cost()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The total amount that is posted by using the ProjWIPCostvalue and ProjCost ledger posting type for expense transactions on a project or on 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 amount is determined by the following: the return value of the a330_Cost_Expenses method plus the return value of the b220_wip_CostValue_Expenses method.

Show: