Share via


SpecTransManager.updateCrossRate Method [AX 2012]

Updates the referenced SpecTrans record with the specified exchange rate.

Syntax

public void updateCrossRate(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId, 
    CrossExchRate _updateCrossRate)

Run On

Called

Parameters

  • _updateCrossRate
    Type: CrossExchRate Extended Data Type
    The exchange rate that is used to translate from the currency of the marked transaction to the payment currency.

See Also

Reference

SpecTransManager Class