projStatement.b500_Net Method [AX 2012]
Calculates the total net amount that is due on a particular project or on all projects that are used in any work in progress (WIP) project statement report.
public AmountMST b500_Net()
Run On
ServerReturn Value
Type: AmountMST Extended Data TypeThe net amount that is due on a project or on all projects that are used in any WIP project 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 net amount is determined by the following: b300_Gross() - b400_wip_Invoiced_OnAccount()
Show: