Share via


SalesLineType_ReturnItem::mcrGetRetLineAmount Method [AX 2012]

Calculates the return line amount against the passed InventTransId value for a SalesLine record.

Syntax

client server public static AmountCur mcrGetRetLineAmount(SalesId _retInventTransIdId, [RecId _custInvoiceTransRecId])

Run On

Called

Parameters

  • _retInventTransIdId
    Type: SalesId Extended Data Type
    The SalesId value that identifies the sales order line for which the return line amount should be calculated.
  • _custInvoiceTransRecId
    Type: RecId Extended Data Type
    The passed InventTransId value against which to calculate the return line amount.

Return Value

Type: AmountCur Extended Data Type
The return line amount.

See Also

Reference

SalesLineType_ReturnItem Class