PSAIndirectCostCalculation.calculate Method [AX 2012]
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 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
CalledParameters
- _rBaseAmount
- Type: Amount Extended Data Type
- _sGroupId
- Type: PSAIndirectComponentGroupId Extended Data Type
- _eType
- Type: PSAIndirectComponentType Enumeration
- _dTrans
- Type: TransDate Extended Data Type
- _iRefRecId
- Type: RecId Extended Data Type
- _rQty
- Type: Qty Extended Data Type
- _transactionCurrency
- Type: CurrencyCode Extended Data Type
Community Additions
ADD
Show:
Note