projStatement.b220_wip_CostValue_Expenses Method [AX 2012]

Calculates the total amount that is posted by using the ProjWIPCostvalue ledger posting type for expense transactions on a particular project or all projects that are used toward cost in any work in progress (WIP) project statement report.

public AmountMST b220_wip_CostValue_Expenses([boolean noElimination])

Run On

Server

Parameters

noElimination
Type: boolean
true to exclude eliminations posted for hour transactions; false to include eliminations; optional.

Return Value

Type: AmountMST Extended Data Type
The total amount that is posted by using the ProjWIPCostvalue ledger posting type for expense transactions on 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: