SpecTransManager.updateSettleBalanceAndDisc Method [AX 2012]

Updates the referenced SpecTrans record with the specified balance and discount amount.

Syntax

public void updateSettleBalanceAndDisc(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId, 
    Amount _updateBalanceAmount, 
    Amount _updateDiscAmount, 
   [TransDate _selectedDateUsedToCalcCashDisc])

Run On

Called

Parameters

Remarks

Replaces the updateRefAmount method on the Specification class.

See Also

Reference

SpecTransManager Class