projStatement.a305_Cost Method [AX 2012]
Calculates the total amount that is posted as cost for the transaction types (hour, item, and expense) for a particular project or for all projects that are used on any kind of project statement report.
public AmountMST a305_Cost([boolean noElimination, ProjListStateType projListStateType])
Run On
ServerParameters
- noElimination
- Type: boolean
Set to true to exclude eliminations posted for hour transactions or false to include eliminations; optional.
- projListStateType
- Type: ProjListStateType Enumeration
A particular type of the ProjListStateType type; optional.
Return Value
Type: AmountMST Extended Data TypeThe total amount that is posted as cost for the transaction types for 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. The total cost is determined by the following summation: a310_Cost_Hour() + a315_Item_Total() + a330_Cost_Expenses()
Show: