projStatement.b105_Salesvalue Method [AX 2012]

Calculates the total amount that is posted by using the ProjSalesvalueOffset ledger posting type for item, hour, expense, and revenue transactions for a particular project or for all projects.

public AmountMST b105_Salesvalue()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The total amount that is posted by using the ProjSalesvalueOffset ledger posting type for item, hour, expense, and revenue transactions for a project or all projects.

This value is used in the various project statement reports. 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: b110_Salesvalue_Hour() + b115_Salesvalue_Item() + b120_Salesvalue_Expenses() + b125_Salesvalue_Revenue()

Show: