Forum Discussion

denisefockler's avatar
denisefockler
New Contributor III
14 days ago
Solved

Public Overloads Function GetCalculatedFxRate... is obsolete

Is someone able to assist me with an alternative method for GetCalculatedFxRate on line 14 of the code below?  We just upgraded to 8.5.1 and this is no longer being supported.  In 8.2.3 it was still ...
  • DanielWillis's avatar
    14 days ago

    Not just obsolete but also slightly changed; we observed different output in certain situations which is the issue mentioned below. GetFXRate is supposed to replace GetCalculatedFXRate and GetStoredFXRate.

    I would just forget the workaround mentioned and use GetFXRate since it seems to be the way forward.