projStatement.b300_Gross Method [AX 2012]

Calculates the gross amount for a particular project or all projects used in any WIP project statement report.

public AmountMST b300_Gross()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The gross amount for a project or all projects used in any WIP project statement report.

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.

The total amount is determined by the following: B100_Salesvalue() + B200_TotalCostPrice()

Show: