projStatement.b210_wip_CostValue_Hour_qty Method [AX 2012]

Calculates the total number of hours posted by using the ProjWIPCostvalue ledger posting type for hour transactions on a particular project or all projects used in any WIP project statement report.

public ProjQty b210_wip_CostValue_Hour_qty([boolean noElimination])

Run On

Server

Parameters

noElimination
Type: boolean
A Boolean value that determines whether to exclude or include eliminations posted for hour transactions; optional.

Return Value

Type: ProjQty Extended Data Type
The total number of hours posted using the ProjWIPCostvalue ledger posting type for hour transactions on a project or all projects.

This method can be used to determine either the actual amount or budgeted amount. It also caches this value and does not recalculate it if a value is in the cache.

Show: