projStatement.c100_Total_Consumption Method [AX 2012]
Calculates the total amount posted for hour, item, and expense transactions on a particular project or on all projects that are used in any project consumption statement report.
public AmountMST c100_Total_Consumption()
Run On
ServerReturn Value
Type: AmountMST Extended Data TypeThe total amount posted for hour, item, and expense transactions on a project or on all projects that are used in any project consumption statement report.
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: c105_Consumption_Hour() + c120_Consumption_Item() + c125_Consumption_Cost()
Show: