Share via


ProjTransItemTrans.transCostMST Method [AX 2012]

Retrieves the total cost of this transaction in company 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 AmountMST transCostMST([boolean _calledFromPSARecCost])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public AmountMST transCostMST([boolean _calledFromPSARecCost])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public AmountMST transCostMST([boolean _calledFromPSARecCost])

  Microsoft Dynamics AX 2012 (FPK)
          public AmountMST transCostMST([boolean _calledFromPSARecCost])

  Microsoft Dynamics AX 2012 (SYS)
          public AmountMST transCostMST()

Run On

Called

Parameters

  • _calledFromPSARecCost
    Type: boolean

Return Value

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

See Also

Reference

ProjTransItemTrans Class