projStatement.a500_Gross_Margin Method [AX 2012]

Calculates the gross margin between revenue and cost for a particular project or for all projects that can be used on any type of project statement report.

public AmountMST a500_Gross_Margin()

Run On

Server

Return Value

Type: AmountMST Extended Data Type
The gross margin between the total revenue and the total 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()

Show: