Share via


ProjTransEmplTransCost.transCost Method [AX 2012]

Gets the total cost of this transaction in the transaction currency.

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
          public Amount transCost()

  Microsoft Dynamics AX 2012 R2 (SYS)
          public Amount transCost()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          display Amount transCost()

  Microsoft Dynamics AX 2012 (FPK)
          display Amount transCost()

  Microsoft Dynamics AX 2012 (SYS)
          display Amount transCost()

Run On

Called

Return Value

Type: Amount Extended Data Type
The total cost of this transaction.

See Also

Reference

ProjTransEmplTransCost Class