SpecTransManager::equalProration_server Method [AX 2012]

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

Syntax

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

Run On

Server

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