projStatement.a330_Cost_Expenses Method [AX 2012]

Calculates the total amount that is posted by using the ProjCost ledger posting type for expense transaction types for a particular project or for all projects that are used on any kind of project statement report.

public AmountMST a330_Cost_Expenses([boolean _noElimination])

Run On

Server

Parameters

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

Return Value

Type: AmountMST Extended Data Type
The total amount that is posted by using the ProjCost ledger posting type for expense transactions for a project or all projects.

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 exists in the cache.

Show: