projStatement.c105_Consumption_Hour Method [AX 2012]

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

public AmountMST c105_Consumption_Hour()

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 hour transactions on 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 amount is determined by the following: a310_Cost_Hour(true, ProjListStateType::Consumption) + b210_wip_CostValue_Hour(true)

Show: