Share via


SpecTransManager.updateSettleAmount Method [AX 2012]

Updates the referenced SpecTrans record with the specified amount.

Syntax

public void updateSettleAmount(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId, 
    Amount _updateAmount)

Run On

Called

Parameters

Remarks

This method replaces the updateRefAmount method on the Specification class.

See Also

Reference

SpecTransManager Class