projStatement.c110_Consumption_NeverLedger_qty Method [AX 2012]

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

public ProjQty c110_Consumption_NeverLedger_qty([ProjListStateType _projListStateType])

Run On

Server

Parameters

_projListStateType
Type: ProjListStateType Enumeration
A particular type of ProjListStateType; optional.

Return Value

Type: ProjQty Extended Data Type
The total number of hours that are posted by using the ProjNeverLedger ledger posting type for hour transactions on a project or on 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.

Show: