projStatement.b300_Gross_qty Method [AX 2012]

Calculates the overall total number of hours for a particular project or all projects that are used in any work in progress (WIP) project statement report.

public Qty b300_Gross_qty()

Run On

Server

Return Value

Type: Qty Extended Data Type
The total number of hours for a project or all projects that are used in any WIP project statement report.

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 hours is determined by the following: b100_Salesvalue_qty() + b200_TotalCostPrice_qty()

Show: