projStatement.a400_Value_Added Method [AX 2012]

Calculates the total value amount in revenue and cost for a particular project or for all projects that can be used on any Profit and Loss project statement report.

public AmountMST a400_Value_Added()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The total value amount in revenue and cost 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 amount is determined by the following: a100_Total_Revenue() + a300_Total_Cost() + a310_Cost_Hour()

Show: