projStatement.c105_Consumption_Hour_qty Method [AX 2012]
Calculates the total number of hours that are posted by using the ProjWIPCostvalue and ProjCost ledger posting types for hour transactions on a particular project or on all projects that are used in any project consumption statement report.
public ProjQty c105_Consumption_Hour_qty()
Run On
ServerReturn Value
Type: ProjQty Extended Data TypeThe total number of hours that are 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 hours or the budgeted hours. It also caches this value and does not recalculate it if a value exists in the cache. The total number of hours is determined by the following: a310_Cost_Hour_Qty(true, ProjListStateType::Consumption) + b210_wip_CostValue_Hour_qty(true)
Show: