projStatement.a310_Cost_Hour_Qty Method [AX 2012]

Calculates the total number of hours that are posted as cost for hour transaction types for a particular project or for all projects that can be used on any kind of project statement report.

public ProjQty a310_Cost_Hour_Qty([boolean noElimination, ProjListStateType projListStateType])

Run On

Server

Parameters

noElimination
Type: boolean
A Boolean value that indicates whether to exclude eliminations that are posted for hour transactions; optional.
projListStateType
Type: ProjListStateType Enumeration
A ProjListStateType value; optional.

Return Value

Type: ProjQty Extended Data Type
The total number of hours that are posted as cost for hour transaction types for 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.

Show: