ProjItemTrans.transTurnover Method

Returns the revenue for a transaction.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          display ProjTurnover transTurnover([boolean _isConsiderCredit])

  Microsoft Dynamics AX 2012 R2 (SYS)
          display ProjTurnover transTurnover([boolean _isConsiderCredit])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          display ProjTurnover transTurnover()

  Microsoft Dynamics AX 2012 (FPK)
          display ProjTurnover transTurnover()

  Microsoft Dynamics AX 2012 (SYS)
          display ProjTurnover transTurnover()

Run On

Called

Parameters

  • _isConsiderCredit
    Type: boolean
    Indicates whether credit note transactions are to be considered.

Return Value

Type: ProjTurnover Extended Data Type
An AmountCur data type that represents the revenue for the transaction.

Remarks

The revenue is calculated as quantity multiplied by the sales price. The revenue amount that is returned is in the currency of the transaction.

See Also

Reference

ProjItemTrans Table