RetailConcessionContractLines.calcLineAmount Method
Calculates line amount based on the RetailConcessionContractLinesType selected.
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 calcLineAmount()
Microsoft Dynamics AX 2012 R2 (SYS)
public AmountMST calcLineAmount()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public AmountMST calcLineAmount([Qty qty])
Run On
Called
Return Value
Type: AmountMST Extended Data Type
The calculated line amount.
Remarks
If the value for RetailConcessionContractLinesType is OnBudget then amount calculated per month; else qty used to calculate the amount.
The qty parameter was removed as it wasn't used by the implementation.