PSAIndirectCostCalculation.calculate Method [AX 2012]

NoteNote

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 calculate(
            Amount _rBaseAmount, 
            PSAIndirectComponentGroupId _sGroupId, 
            PSAIndirectComponentType _eType, 
            PSAIndirectComponentId _sId, 
            TransDate _dTrans, 
            RecId _iRefRecId, 
           [Qty _rQty, 
            CurrencyCode _transactionCurrency])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public Amount calculate(
            Amount _rBaseAmount, 
            PSAIndirectComponentGroupId _sGroupId, 
            PSAIndirectComponentType _eType, 
            PSAIndirectComponentId _sId, 
            TransDate _dTrans, 
            RecId _iRefRecId, 
           [Qty _rQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public Amount calculate(
            Amount _rBaseAmount, 
            PSAIndirectComponentGroupId _sGroupId, 
            PSAIndirectComponentType _eType, 
            PSAIndirectComponentId _sId, 
            TransDate _dTrans, 
            RecId _iRefRecId, 
           [Qty _rQty])

  Microsoft Dynamics AX 2012 (FPK)
          public Amount calculate(
            Amount _rBaseAmount, 
            PSAIndirectComponentGroupId _sGroupId, 
            PSAIndirectComponentType _eType, 
            PSAIndirectComponentId _sId, 
            TransDate _dTrans, 
            RecId _iRefRecId, 
           [Qty _rQty])

Run On

Called

Community Additions

ADD
Show: