Share via


SpecTransManager::markedSpecTransLine_server Method [AX 2012]

Marks the invoice line.

Syntax

server private static container markedSpecTransLine_server(
    CustTransOpenLine _custTransOpenLine, 
    RefRecId _specTransRecId, 
    CashDiscAmount _discAmountToTake, 
    AmountCur _remainingTotalAmount, 
    AmountCur _totalAmountCur, 
    CashDiscAmount _remainingDiscToTake, 
    AmountCur _remainingSettlementAmount, 
    CurrencyCode _currencyCode)

Run On

Server

Parameters

Return Value

Type: container
The remaining amount, discount and amount to settle on the invoice and marked line.

See Also

Reference

SpecTransManager Class