Share via


SpecTransManager.equalProration Method [AX 2012]

Inserts all invoice lines on the basis of amount to settle.

Syntax

private AmountCur equalProration(
    RefRecId _refCustTransOpenRecId, 
    AmountCur _settleAmount, 
    RefRecId _refSpecTransRecId, 
    CashDiscAmount _discAmountToTake, 
   [int _totalMarkedTransaction, 
    AmountCur _invoiceAmount, 
    AmountCur _ttlAmount])

Run On

Called

Parameters

  • _totalMarkedTransaction
    Type: int
    The number of transaction lines which have been fully marked.

Return Value

Type: AmountCur Extended Data Type
Returns the available amount to settle.

See Also

Reference

SpecTransManager Class