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
ServerParameters
- 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 TypeThe total number of hours that are posted as cost for hour transaction types for a project or all projects.
Show: